no message

This commit is contained in:
Bright 2024-06-05 16:27:26 +07:00
parent e4c08a5dc5
commit fb4732a724
2 changed files with 15 additions and 2 deletions

View file

@ -488,7 +488,8 @@ export class CreateProfileEmployee {
religion?: string | null;
bloodGroup?: string | null;
phone?: string | null;
employeeClass: string;
salaryLevel?: number | null;
employeeClass?: string | null;
}
export type UpdateProfileEmployee = {
@ -508,7 +509,8 @@ export type UpdateProfileEmployee = {
religion?: string | null;
bloodGroup?: string | null;
phone?: string | null;
employeeClass: string;
salaryLevel?: number | null;
employeeClass?: string | null;
};
export type UpdateProfileAddressEmployee = {