เก็บเงินพิเศษลูกจ้าง
This commit is contained in:
parent
9449a1f989
commit
f4c6831c0b
4 changed files with 167 additions and 29 deletions
|
|
@ -172,6 +172,13 @@ export class SalaryProfileEmployee extends EntityBase {
|
|||
})
|
||||
positionSalaryAmount: number;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
comment: "เปอร์เซ็นเงินพิเศษ",
|
||||
default: 0,
|
||||
})
|
||||
positionSalaryAmountPer: number;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
comment: "เงินเดือนหลังเลื่อน(รายวัน)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue