no message

This commit is contained in:
Kittapath 2024-02-28 14:46:17 +07:00
parent 6ed7265094
commit 8339e6ce6d
4 changed files with 32 additions and 25 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;