API สร้างรอบเงินเดือน
This commit is contained in:
parent
9edb9993be
commit
383c31b7a3
2 changed files with 76 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue