兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-08-26 e1860a30fc27d95637220a87f3befd4aae19e7ca
src/api/workflow/leave/types.ts
@@ -6,7 +6,6 @@
  leaveDays: number;
  remark: string;
  status?: string;
  processInstanceId?: string;
}
export interface LeaveForm extends BaseEntity {
@@ -17,7 +16,6 @@
  leaveDays?: number;
  remark?: string;
  status?: string;
  processInstanceId?: string;
}
export interface LeaveQuery extends PageQuery {