接口 PhysicalQueryRpcRpcService
@FeignClient(name="yst-dms2-inv",
path="/rpc/inv/stock/physical")
@Validated
public interface PhysicalQueryRpcRpcService
库存查询接口
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<List<InvOccupyDTO>> com.elitesland.ystdms.sys.dto.ApiResult<List<InvPhysicalDetailDTO>> getRpcPhysicalDetail(InvPhysicalDetailParamDTO invPhysicalDetailParamDTO) com.elitesland.ystdms.sys.dto.ApiResult<List<InvPhysicalSummarizeDTO>> com.elitesland.ystdms.sys.dto.ApiResult<List<EntryAndOutInfoDTO>> querySubLotInStockLocatorList(List<String> subLotList) com.elitesland.ystdms.sys.dto.ApiResult<Boolean>
-
字段详细资料
-
URI
RPC 服务基础路径.- 另请参阅:
-
-
方法详细资料
-
getRpcPhysicalSummarize
@PostMapping("/getRpcPhysicalSummarize") com.elitesland.ystdms.sys.dto.ApiResult<List<InvPhysicalSummarizeDTO>> getRpcPhysicalSummarize(@RequestBody InvPhysicalSummarizeParamDTO param) -
getRpcPhysicalDetail
@PostMapping("/getRpcPhysicalList") com.elitesland.ystdms.sys.dto.ApiResult<List<InvPhysicalDetailDTO>> getRpcPhysicalDetail(@RequestBody InvPhysicalDetailParamDTO invPhysicalDetailParamDTO) -
getRpcInvPhysicalDetailOccupy
@PostMapping("/getRpcInvPhysicalDetailOccupy") com.elitesland.ystdms.sys.dto.ApiResult<List<InvOccupyDTO>> getRpcInvPhysicalDetailOccupy(@RequestBody InvOccupyQueryRpcDTO param) -
updateRpcInvPhysicalDetailOccupy
@PostMapping("/updateRpcInvPhysicalDetailOccupy") com.elitesland.ystdms.sys.dto.ApiResult<Boolean> updateRpcInvPhysicalDetailOccupy(@RequestBody InvPhysicalDetailOccupyDTO param) -
querySubLotInStockLocatorList
@PostMapping("/querySubLotInStockArea") com.elitesland.ystdms.sys.dto.ApiResult<List<EntryAndOutInfoDTO>> querySubLotInStockLocatorList(List<String> subLotList)
-