add 添加流程表单配置
This commit is contained in:
@@ -5,6 +5,7 @@ export interface LeaveVO {
|
||||
endDate: string;
|
||||
leaveDays: number;
|
||||
remark: string;
|
||||
processInstanceVo: any;
|
||||
}
|
||||
|
||||
export interface LeaveForm extends BaseEntity {
|
||||
@@ -14,6 +15,7 @@ export interface LeaveForm extends BaseEntity {
|
||||
endDate?: string;
|
||||
leaveDays?: number;
|
||||
remark?: string;
|
||||
processInstanceVo: any;
|
||||
}
|
||||
|
||||
export interface LeaveQuery extends PageQuery {
|
||||
|
||||
Reference in New Issue
Block a user