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