no message
This commit is contained in:
parent
6ed7265094
commit
8339e6ce6d
4 changed files with 32 additions and 25 deletions
|
|
@ -37,11 +37,13 @@ export class SalaryOrg extends EntityBase {
|
|||
snapshot: string;
|
||||
|
||||
@Column({
|
||||
default: 0,
|
||||
comment: "จำนวนคนทั้งหมด",
|
||||
})
|
||||
total: number;
|
||||
|
||||
@Column({
|
||||
default: 0,
|
||||
comment: "15%ของจำนวนคน(จำนวนเต็ม)",
|
||||
})
|
||||
fifteenPercent: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue