接口 StockInOutRpcService
@FeignClient(name="yst-dms2-inv",
path="/rpc/inv/stock/")
@Validated
public interface StockInOutRpcService
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<StockInOutResultDTO> stockWarehousing(StockInDTO stockInDTO)
-
字段详细资料
-
URI
RPC 服务基础路径.- 另请参阅:
-
-
方法详细资料
-
stockWarehousing
@PostMapping("warehousing") com.elitesland.ystdms.sys.dto.ApiResult<StockInOutResultDTO> stockWarehousing(@RequestBody StockInDTO stockInDTO) - 返回:
- ApiResult
-