兰宝车间质量管理系统-前端
疯狂的狮子Li
2025-02-07 2155d9f4b0e17c044121c24a03a6409beee32bb8
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 {