兰宝车间质量管理系统-前端
baoshiwei
2025-03-12 6b988bd582bfcd17fee48c476a5a6e5cc172b0d5
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;
}