เพิ่มปี
This commit is contained in:
parent
9b3028eb8a
commit
0a8cccc3aa
2 changed files with 12 additions and 60 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue