สร้าง+แก้ไข ส่งชื่อคำสั่งเพิ่ม

This commit is contained in:
Bright 2025-04-03 13:06:10 +07:00
parent 4b7ca5fbf4
commit bb53d4ef63

View file

@ -131,6 +131,7 @@ export class CreateProfileAssistance {
refCommandDate?: string | null;
commandId?: string | null;
isUpload?: boolean | null;
commandName?: string | null;
}
export class CreateProfileAssistanceEmployee {
@ -143,6 +144,7 @@ export class CreateProfileAssistanceEmployee {
refCommandDate?: string | null;
commandId?: string | null;
isUpload?: boolean | null;
commandName?: string | null;
}
export type UpdateProfileAssistance = {
@ -154,4 +156,5 @@ export type UpdateProfileAssistance = {
isUpload?: boolean | null;
refCommandDate?: string | null;
commandId?: string | null;
commandName?: string | null;
};