api ทะเบียนประวัติลูกจ้างชั่วคาว

This commit is contained in:
Bright 2024-06-07 17:03:13 +07:00
parent bc231b0db2
commit 9078d4d702
2 changed files with 361 additions and 0 deletions

View file

@ -41,3 +41,8 @@ export class CreateEmploymentProfileEmployee {
date: Date | null;
command: string | null;
}
export class UpdateEmploymentProfileEmployee {
date: Date | null;
command: string | null;
}