เก็บเงินพิเศษลูกจ้าง

This commit is contained in:
Kittapath 2024-03-22 11:31:56 +07:00
parent 9449a1f989
commit f4c6831c0b
4 changed files with 167 additions and 29 deletions

View file

@ -172,6 +172,13 @@ export class SalaryProfileEmployee extends EntityBase {
})
positionSalaryAmount: number;
@Column({
type: "double",
comment: "เปอร์เซ็นเงินพิเศษ",
default: 0,
})
positionSalaryAmountPer: number;
@Column({
type: "double",
comment: "เงินเดือนหลังเลื่อน(รายวัน)",