兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-08-02 9eb7b433b4dabcd7907ffb84efb009206db88ea6
src/api/workflow/definitionConfig/types.ts
@@ -35,7 +35,6 @@
   * 表单管理
   */
  wfFormManageVo: FormManageVO;
}
export interface DefinitionConfigForm extends BaseEntity {
@@ -72,13 +71,10 @@
  /**
   * 表单管理
   */
  wfFormManageVo: FormManageVO;
  wfFormManageVo?: FormManageVO;
}
export interface DefinitionConfigQuery extends PageQuery {
  /**
   * 表名
   */
@@ -103,8 +99,4 @@
   * 表单管理
   */
  wfFormManageVo: FormManageVO;
}