This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2025-02-04 10:13:40 +07:00
parent 43c873ce46
commit fdf27655e1
3 changed files with 27 additions and 8 deletions

View file

@ -22,6 +22,12 @@ export class SalaryOrg extends EntityBase {
})
rootId: string;
@Column({
comment: "คีย์นอก(FK)ของตาราง orgRoot Dna",
length: 40,
})
rootDnaId: string;
@Column({
nullable: true,
comment: "orgRoot",

View file

@ -22,6 +22,12 @@ export class SalaryOrgEmployee extends EntityBase {
})
rootId: string;
@Column({
comment: "คีย์นอก(FK)ของตาราง orgRoot Dna",
length: 40,
})
rootDnaId: string;
@Column({
nullable: true,
comment: "orgRoot",