สร้าง+แก้ไข ส่งชื่อคำสั่งเพิ่ม
This commit is contained in:
parent
4b7ca5fbf4
commit
bb53d4ef63
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ export class CreateProfileAssistance {
|
||||||
refCommandDate?: string | null;
|
refCommandDate?: string | null;
|
||||||
commandId?: string | null;
|
commandId?: string | null;
|
||||||
isUpload?: boolean | null;
|
isUpload?: boolean | null;
|
||||||
|
commandName?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class CreateProfileAssistanceEmployee {
|
export class CreateProfileAssistanceEmployee {
|
||||||
|
|
@ -143,6 +144,7 @@ export class CreateProfileAssistanceEmployee {
|
||||||
refCommandDate?: string | null;
|
refCommandDate?: string | null;
|
||||||
commandId?: string | null;
|
commandId?: string | null;
|
||||||
isUpload?: boolean | null;
|
isUpload?: boolean | null;
|
||||||
|
commandName?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileAssistance = {
|
export type UpdateProfileAssistance = {
|
||||||
|
|
@ -154,4 +156,5 @@ export type UpdateProfileAssistance = {
|
||||||
isUpload?: boolean | null;
|
isUpload?: boolean | null;
|
||||||
refCommandDate?: string | null;
|
refCommandDate?: string | null;
|
||||||
commandId?: string | null;
|
commandId?: string | null;
|
||||||
|
commandName?: string | null;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue