สร้างโครงสร้าง

This commit is contained in:
Kittapath 2024-01-26 20:25:18 +07:00
parent 042422938c
commit 8184152ac0
16 changed files with 295 additions and 84 deletions

View file

@ -80,13 +80,6 @@ export class OrgChild4 extends EntityBase {
})
orgChild4Fax: string;
@Column({
nullable: true,
comment: "สถานะของหน่วยงาน", //ปกติ = 1 , ยุกเลิก = 0
default: true,
})
orgChild4IsNormal: boolean;
@Column({
length: 40,
default: "00000000-0000-0000-0000-000000000000",
@ -111,6 +104,12 @@ export class OrgChild4 extends EntityBase {
})
orgChild3Id: string;
@Column({
length: 40,
default: "00000000-0000-0000-0000-000000000000",
})
orgRevisionId: string;
@Column({
length: 40,
default: "00000000-0000-0000-0000-000000000000",