|
@@ -1,7 +1,7 @@
|
|
|
-import { Body, Controller, Del, Get, Inject, Param, Post, Query } from '@midwayjs/decorator';
|
|
|
+import { Body, Controller, Del, Get, Inject, Param, Post } from '@midwayjs/decorator';
|
|
|
import { BaseController, FrameworkErrorEnum, ServiceError } from 'free-midway-component';
|
|
|
import { ConfigService } from '../../service/system/config.service';
|
|
|
-import { CDTO_config, CVO_config, FVO_config, QDTO_config, QVO_config, UDTO_config, UVAO_config } from '../../interface/system/config.interface';
|
|
|
+import { CDTO_config, CVO_config, FVO_config, UDTO_config, UVAO_config } from '../../interface/system/config.interface';
|
|
|
import { ApiResponse, ApiTags, ApiQuery } from '@midwayjs/swagger';
|
|
|
import { Validate } from '@midwayjs/validate';
|
|
|
@ApiTags(['设置表'])
|