Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
6cdb8e42e0
1 changed files with 11 additions and 0 deletions
|
|
@ -96,6 +96,14 @@ export class OrgRoot extends EntityBase {
|
||||||
})
|
})
|
||||||
ancestorDNA: string;
|
ancestorDNA: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 255,
|
||||||
|
comment: "หน้าที่ความรับผิดชอบ ",
|
||||||
|
default: null,
|
||||||
|
})
|
||||||
|
duty: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
length: 40,
|
length: 40,
|
||||||
comment: "คีย์นอก(FK)ของตาราง orgRevision",
|
comment: "คีย์นอก(FK)ของตาราง orgRevision",
|
||||||
|
|
@ -147,6 +155,9 @@ export class CreateOrgRoot {
|
||||||
@Column()
|
@Column()
|
||||||
orgRootFax?: string;
|
orgRootFax?: string;
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
duty?: string;
|
||||||
|
|
||||||
@Column("uuid")
|
@Column("uuid")
|
||||||
orgRevisionId: string;
|
orgRevisionId: string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue