兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-12-11 7a9ccedadcd7f6a27d6c2a40b2083a899dae4732
src/api/system/dept/types.ts
@@ -29,6 +29,18 @@
}
/**
 * 部门类型
 */
export interface DeptTreeVO extends BaseEntity {
  id: number | string;
  label: string;
  parentId: number | string;
  weight: number;
  children: DeptTreeVO[];
  disabled: boolean;
}
/**
 * 部门表单类型
 */
export interface DeptForm {