add isupload
This commit is contained in:
parent
e570339e1a
commit
f54a35f770
11 changed files with 55 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ export class CreateProfileInsignia {
|
|||
refCommandDate: Date | null;
|
||||
refCommandNo: string | null;
|
||||
note: string | null;
|
||||
isUpload?: boolean | null;
|
||||
}
|
||||
|
||||
export class CreateProfileEmployeeInsignia {
|
||||
|
|
@ -179,6 +180,7 @@ export class CreateProfileEmployeeInsignia {
|
|||
refCommandDate: Date | null;
|
||||
refCommandNo: string | null;
|
||||
note: string | null;
|
||||
isUpload?: boolean | null;
|
||||
}
|
||||
|
||||
export type UpdateProfileInsignia = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue