dashboard เงินเดือน

This commit is contained in:
Kittapath 2024-03-27 16:39:45 +07:00
parent 94d0412e21
commit 76f42d1a96
3 changed files with 191 additions and 12 deletions

View file

@ -22,6 +22,13 @@ export class SalaryOrg extends EntityBase {
})
rootId: string;
@Column({
nullable: true,
comment: "orgRoot",
length: 255,
})
root: string;
@Column({
nullable: true,
comment: "คีย์นอก(FK)ของตาราง orgRevision",
@ -140,6 +147,9 @@ export class CreateSalaryOrg {
@Column("uuid")
rootId: string;
@Column()
root: string;
@Column()
total: number;