接口 WhRpcService
@FeignClient(name="yst-dms2-sopt",
path="/rpc/wh")
@Validated
public interface WhRpcService
-
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelWhRpcDTO>> findChannelWhByCodes(List<String> channelWhCodes) 根据渠道仓库编码分页批量查询渠道仓库信息com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelWhRpcDTO>> findChannelWhByNames(List<String> channelWhNames) 根据渠道仓库编码分页批量查询渠道仓库信息com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhByExtIds(List<Long> extIds) 根据仓库名称查询仓库信息com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhByNames(List<String> whNames) 根据仓库名称查询仓库信息com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhSimpleList(List<String> whCodes) 根据仓库编码查询仓库信息com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> 根据 SAP 工厂编码 + SAP 仓库编码查inv_wh_sap_map得到中台wh_code,再返回与findWhSimpleList(java.util.List<java.lang.String>)一致的简版仓库列表。获取特殊仓库编码根据仓库编码查询仓库信息voidsaveWhRadiationCity(List<WhRadiationCitySaveRpcDTO> dtoList) 新增仓库辐射城市
-
方法详细资料
-
findChannelWhByCodes
@PostMapping("/findChannelWhByCodes") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelWhRpcDTO>> findChannelWhByCodes(@RequestBody List<String> channelWhCodes) 根据渠道仓库编码分页批量查询渠道仓库信息 -
findChannelWhByNames
@PostMapping("/findChannelWhByNames") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelWhRpcDTO>> findChannelWhByNames(@RequestBody List<String> channelWhNames) 根据渠道仓库编码分页批量查询渠道仓库信息 -
saveWhRadiationCity
@PostMapping("/saveWhRadiationCity") void saveWhRadiationCity(@RequestBody List<WhRadiationCitySaveRpcDTO> dtoList) 新增仓库辐射城市 -
getWh
根据仓库编码查询仓库信息 -
findWhSimpleList
@PostMapping("/findWhSimpleList") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhSimpleList(@RequestBody List<String> whCodes) 根据仓库编码查询仓库信息 -
findWhSimpleListBySapFactoryAndWhCode
@PostMapping("/findWhSimpleListBySapFactoryAndWhCode") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhSimpleListBySapFactoryAndWhCode(@RequestBody @Valid @Valid WhSapMapWhSimpleQueryRpcDTO param) 根据 SAP 工厂编码 + SAP 仓库编码查inv_wh_sap_map得到中台wh_code,再返回与findWhSimpleList(java.util.List<java.lang.String>)一致的简版仓库列表。 -
findWhByNames
@PostMapping("/findWhByNames") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhByNames(@RequestBody List<String> whNames) 根据仓库名称查询仓库信息- 参数:
whNames-- 返回:
-
getSpecWhCode
获取特殊仓库编码 -
findWhByExtIds
@PostMapping("/findWhByExtIds") com.elitesland.ystdms.sys.dto.ApiResult<List<WhSimpleRpcDTO>> findWhByExtIds(@RequestBody List<Long> extIds) 根据仓库名称查询仓库信息- 参数:
extIds-- 返回:
-