瀏覽代碼

修改接口

zs 1 年之前
父節點
當前提交
33b63c0cd8
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/interface/Upkeep.interface.ts

+ 1 - 5
src/interface/Upkeep.interface.ts

@@ -1,10 +1,6 @@
 import { Rule, RuleType } from '@midwayjs/validate';
 import { ApiProperty } from '@midwayjs/swagger';
-import {
-  FrameworkErrorEnum,
-  SearchBase,
-  ServiceError,
-} from 'free-midway-component';
+import { SearchBase } from 'free-midway-component';
 import get = require('lodash/get');
 const dealVO = (cla, data) => {
   for (const key in cla) {