소스 검색

修改接口

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) {