兰宝车间质量管理系统-前端
LiuHao
2024-04-15 40a75dae3182cb55b30a2e8093c5eed82465f59c
src/api/workflow/leave/types.ts
@@ -5,6 +5,7 @@
  endDate: string;
  leaveDays: number;
  remark: string;
  processInstanceVo: any;
}
export interface LeaveForm extends BaseEntity {
@@ -14,6 +15,7 @@
  endDate?: string;
  leaveDays?: number;
  remark?: string;
  processInstanceVo?: any;
}
export interface LeaveQuery extends PageQuery {