เพิ่มปี

This commit is contained in:
Kittapath 2024-02-27 11:27:12 +07:00
parent 9b3028eb8a
commit 0a8cccc3aa
2 changed files with 12 additions and 60 deletions

View file

@ -49,6 +49,9 @@ export class CreateSalaryPeriod {
@Column()
effectiveDate: Date;
@Column()
year: number;
}
export class UpdateSalaryPeriod {
@ -60,4 +63,7 @@ export class UpdateSalaryPeriod {
@Column()
effectiveDate: Date;
@Column()
year: number;
}