兰宝车间质量管理系统-前端
deary
2024-05-17 0c620ef5b43f0277f72a32ab5a6cf20118fc1f1b
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;
}