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; }