兰宝车间质量管理系统-前端
QianRj
2024-11-19 24f1e8b4b1a54191973eca060bc40c4a1a6d8ea6
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;
}