| | |
| | | import com.doumee.core.model.ApiResponse; |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.core.utils.Constants; |
| | | import com.doumee.dao.business.model.Cars; |
| | | import com.doumee.service.business.CarsService; |
| | | import com.doumee.service.business.impl.hksync.fhk.HkSyncVehicleFromHKServiceImpl; |
| | |
| | | */ |
| | | @Api(tags = "车辆接口") |
| | | @RestController |
| | | @RequestMapping("/cloudService/cars") |
| | | @RequestMapping(Constants.CLOUD_SERVICE_URL_INDEX+"/cars") |
| | | public class CloudCarsController extends BaseController { |
| | | @Autowired |
| | | private CarsService carsService; |