Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2024-02-28 16:28:17 +07:00
commit 6fd1a8170e
11 changed files with 212 additions and 69 deletions

View file

@ -37,11 +37,13 @@ export class SalaryOrg extends EntityBase {
snapshot: string;
@Column({
default: 0,
comment: "จำนวนคนทั้งหมด",
})
total: number;
@Column({
default: 0,
comment: "15%ของจำนวนคน(จำนวนเต็ม)",
})
fifteenPercent: number;