兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-08-16 2c8873402f94d26f6fffc43cfee9d254a27cc2df
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;
}