แสดงกลุ่มทั้งหมดในdashboard

This commit is contained in:
Kittapath 2024-03-28 16:57:13 +07:00
parent acbc71c2e6
commit 7280da0b05
3 changed files with 64 additions and 32 deletions

View file

@ -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",