add isupload
This commit is contained in:
parent
e570339e1a
commit
f54a35f770
11 changed files with 55 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ export class CreateProfileHonor {
|
|||
refCommandNo: string | null;
|
||||
type: string | null;
|
||||
isDate: boolean | null;
|
||||
isUpload?: boolean | null;
|
||||
}
|
||||
|
||||
export class CreateProfileEmployeeHonor {
|
||||
|
|
@ -115,6 +116,7 @@ export class CreateProfileEmployeeHonor {
|
|||
refCommandNo: string | null;
|
||||
type: string | null;
|
||||
isDate: boolean | null;
|
||||
isUpload?: boolean | null;
|
||||
}
|
||||
|
||||
export type UpdateProfileHonor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue