兰宝车间质量管理系统-前端
陈西瓜i
2024-10-14 f0895e941958ec32181af266cdb13440849ddb45
src/api/workflow/formManage/types.ts
@@ -26,8 +26,7 @@
  /**
   * 备注
   */
  remork: string;
  remark: string;
}
export interface FormManageForm extends BaseEntity {
@@ -54,12 +53,10 @@
  /**
   * 备注
   */
  remork?: string;
  remark?: string;
}
export interface FormManageQuery extends PageQuery {
  /**
   * 表单名称
   */
@@ -70,6 +67,3 @@
   */
  formType?: string;
}