|
|
@ -1,11 +1,7 @@ |
|
|
|
package com.yxt.anrui.scm.api.scmtransferrecords; |
|
|
|
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.ResponseBody; |
|
|
|
|
|
|
|
/** |
|
|
|
* @description: 物品移交记录对外接口 |
|
|
@ -20,7 +16,7 @@ import org.springframework.web.bind.annotation.ResponseBody; |
|
|
|
fallback = ScmTransferRecordsFeignFallback.class) |
|
|
|
public interface ScmTransferRecordsFeign { |
|
|
|
|
|
|
|
@ApiOperation("分页列表") |
|
|
|
/* @ApiOperation("分页列表") |
|
|
|
@PostMapping("/pagerList") |
|
|
|
public ResultBean<PagerVo<AppBusSalesOrderVo>> getSaleOrders(@RequestBody PagerQuery<AppBusSalesOrderQuery> pq); |
|
|
|
public ResultBean<PagerVo<AppBusSalesOrderVo>> getSaleOrders(@RequestBody PagerQuery<AppBusSalesOrderQuery> pq);*/ |
|
|
|
} |
|
|
|