snap salary(ยังไม่เสร็จ)

This commit is contained in:
Kittapath 2024-02-28 10:34:55 +07:00
parent 5f222498cb
commit f0e6ca6a56
7 changed files with 476 additions and 125 deletions

View file

@ -22,6 +22,20 @@ export class SalaryOrg extends EntityBase {
})
rootId: string;
@Column({
nullable: true,
comment: "id revision",
length: 40,
})
revisionId: string;
@Column({
comment: "รอบการ Snapshot",
length: 20,
default: "SNAP1",
})
snapshot: string;
@Column({
comment: "จำนวนคนทั้งหมด",
})
@ -37,7 +51,7 @@ export class SalaryOrg extends EntityBase {
type: "double",
default: 0,
})
fifteenPoint: Double;
fifteenPoint: number;
@Column({
comment: "กลุ่ม GROUP1->กลุ่ม1 GROUP2->กลุ่ม2",