update 调整流程图预览校验
This commit is contained in:
@ -5,7 +5,8 @@ export interface LeaveVO {
|
||||
endDate: string;
|
||||
leaveDays: number;
|
||||
remark: string;
|
||||
processInstanceVo: any;
|
||||
status?: string;
|
||||
processInstanceId?: string;
|
||||
}
|
||||
|
||||
export interface LeaveForm extends BaseEntity {
|
||||
@ -15,7 +16,8 @@ export interface LeaveForm extends BaseEntity {
|
||||
endDate?: string;
|
||||
leaveDays?: number;
|
||||
remark?: string;
|
||||
processInstanceVo?: any;
|
||||
status?: string;
|
||||
processInstanceId?: string;
|
||||
}
|
||||
|
||||
export interface LeaveQuery extends PageQuery {
|
||||
|
Reference in New Issue
Block a user