add dna
This commit is contained in:
parent
43c873ce46
commit
fdf27655e1
3 changed files with 27 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue