|
|
@ -33,27 +33,13 @@ import com.yxt.common.core.query.PagerQuery; |
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* Project: anrui-buscenter(业务管理) <br/> |
|
|
|
* File: BusDeliveredFeignFallback.java <br/> |
|
|
|
* Class: com.yxt.anrui.buscenter.biz.busdelivered.BusDeliveredRest <br/> |
|
|
|
* Description: 待出库车辆. <br/> |
|
|
|
* Copyright: Copyright (c) 2011 <br/> |
|
|
|
* Company: https://gitee.com/liuzp315 <br/>
|
|
|
|
* Makedate: 2022-04-24 10:21:44 <br/> |
|
|
|
* |
|
|
|
* @author liupopo |
|
|
|
* @version 1.0 |
|
|
|
* @since 1.0 |
|
|
|
*/ |
|
|
|
@Api(tags = "待出库车辆") |
|
|
|
@RestController("com.yxt.anrui.buscenter.biz.busdelivered.BusDeliveredRest") |
|
|
|
@RestController |
|
|
|
@RequestMapping("v1/busdelivered") |
|
|
|
public class BusDeliveredRest implements BusDeliveredFeign { |
|
|
|
|
|
|
|