คำนวนเงินเดือนลูกจ้าง

This commit is contained in:
Kittapath 2024-04-03 11:27:52 +07:00
parent 6104dc5224
commit 9b1ce59201
2 changed files with 166 additions and 46 deletions

View file

@ -20,7 +20,7 @@ export class SalaryFormulaEmployee extends EntityBase {
comment: "ขั้นต่ำสุด",
default: null,
})
salaryMin?: number | null;
salaryMin: number | null;
@Column({
nullable: true,
@ -115,7 +115,7 @@ export class UpdateSalaryFormulaEmployee {
position: string;
@Column()
salaryMin?: number | null;
salaryMin: number | null;
@Column()
salary?: number | null;