update 增加类型
This commit is contained in:
parent
70120a8f2f
commit
9da3f1f2d7
@ -15,7 +15,7 @@ export interface LeaveForm extends BaseEntity {
|
||||
endDate?: string;
|
||||
leaveDays?: number;
|
||||
remark?: string;
|
||||
processInstanceVo: any;
|
||||
processInstanceVo?: any;
|
||||
}
|
||||
|
||||
export interface LeaveQuery extends PageQuery {
|
||||
|
Loading…
x
Reference in New Issue
Block a user