API สร้างรอบเงินเดือน

This commit is contained in:
Bright 2024-02-22 15:32:42 +07:00
parent 9edb9993be
commit 383c31b7a3
2 changed files with 76 additions and 5 deletions

View file

@ -42,8 +42,6 @@ export class CreateSalaryPeriod {
@Column()
effectiveDate: Date;
@Column()
status?: string;
}
export class UpdateSalaryPeriod {
@ -57,7 +55,4 @@ export class UpdateSalaryPeriod {
@Column()
effectiveDate: Date;
@Column()
status?: string;
}