api ทะเบียนประวัติลูกจ้างชั่วคาว
This commit is contained in:
parent
bc231b0db2
commit
9078d4d702
2 changed files with 361 additions and 0 deletions
|
|
@ -41,3 +41,8 @@ export class CreateEmploymentProfileEmployee {
|
|||
date: Date | null;
|
||||
command: string | null;
|
||||
}
|
||||
|
||||
export class UpdateEmploymentProfileEmployee {
|
||||
date: Date | null;
|
||||
command: string | null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue