table profileHonor add isUpload
This commit is contained in:
parent
76a994d7df
commit
8b699f6441
10 changed files with 81 additions and 3 deletions
|
|
@ -87,7 +87,6 @@ export class CreateProfileAssistance {
|
|||
dateEnd: Date | null;
|
||||
commandNo: string | null;
|
||||
document: string | null;
|
||||
isUpload: boolean;
|
||||
}
|
||||
|
||||
export class CreateProfileAssistanceEmployee {
|
||||
|
|
@ -97,7 +96,6 @@ export class CreateProfileAssistanceEmployee {
|
|||
dateEnd: Date | null;
|
||||
commandNo: string | null;
|
||||
document: string | null;
|
||||
isUpload: boolean;
|
||||
}
|
||||
|
||||
export type UpdateProfileAssistance = {
|
||||
|
|
@ -106,5 +104,5 @@ export type UpdateProfileAssistance = {
|
|||
dateEnd?: Date | null;
|
||||
commandNo?: string | null;
|
||||
document?: string | null;
|
||||
isUpload: boolean;
|
||||
isUpload?: boolean | null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue