แสดงกลุ่มทั้งหมดในdashboard
This commit is contained in:
parent
acbc71c2e6
commit
7280da0b05
3 changed files with 64 additions and 32 deletions
|
|
@ -22,6 +22,13 @@ export class SalaryOrgEmployee extends EntityBase {
|
|||
})
|
||||
rootId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "orgRoot",
|
||||
length: 255,
|
||||
})
|
||||
root: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "คีย์นอก(FK)ของตาราง orgRevision",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue