คำนวนเงินเดือนลูกจ้าง
This commit is contained in:
parent
6104dc5224
commit
9b1ce59201
2 changed files with 166 additions and 46 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue