add isupload

This commit is contained in:
kittapath 2025-03-18 15:32:21 +07:00
parent e570339e1a
commit f54a35f770
11 changed files with 55 additions and 0 deletions

View file

@ -96,6 +96,7 @@ export class CreateProfileDuty {
reference: string | null;
refCommandDate: Date | null;
refCommandNo: string | null;
isUpload?: boolean | null;
}
export class CreateProfileEmployeeDuty {
@ -106,6 +107,7 @@ export class CreateProfileEmployeeDuty {
reference: string | null;
refCommandDate: Date | null;
refCommandNo: string | null;
isUpload?: boolean | null;
}
export type UpdateProfileDuty = {