接口 WhRpcService
@FeignClient(name="${yst.service.system: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<WhSimpleRpcDTO>> findWhSimpleList(List<String> whCodes) 根据仓库编码查询仓库信息根据仓库编码查询仓库信息voidsaveWhRadiationCity(List<WhRadiationCitySaveRpcDTO> dtoList) 新增仓库辐射城市
-
方法详细资料
-
findChannelWhByCodes
@PostMapping("/findChannelWhByCodes") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelWhRpcDTO>> findChannelWhByCodes(@RequestBody List<String> channelWhCodes) 根据渠道仓库编码分页批量查询渠道仓库信息 -
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) 根据仓库编码查询仓库信息
-