Merge branch 'develop' into adiDev
This commit is contained in:
commit
6fd1a8170e
11 changed files with 212 additions and 69 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