zs 1 năm trước cách đây
mục cha
commit
7edd972f2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/controller/car.controller.ts

+ 1 - 1
src/controller/car.controller.ts

@@ -1,7 +1,7 @@
 import { Body, Controller, Del, Get, Inject, Param, Post, Query } from '@midwayjs/decorator';
 import { BaseController } from 'free-midway-component';
 import { CarService } from '../service/car.service';
-import { CDTO_car, CVO_car, FVO_car, QDTO_car, QVO_car, UDTO_car, UVAO_car } from '../interface/car.interface';
+import { CDTO_car, CVO_car, FVO_car, QVO_car, UDTO_car, UVAO_car } from '../interface/car.interface';
 import { ApiResponse, ApiTags, ApiQuery } from '@midwayjs/swagger';
 import { Validate } from '@midwayjs/validate';
 @ApiTags(['车源'])