接口 SysCostCenterFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/sys/costCenter")
public interface SysCostCenterFeignClient
成本中心 Feign 客户端
-
方法概要
修饰符和类型方法说明listByCodes(@NotEmpty(message="\u6210\u672c\u4e2d\u5fc3") Set<String> profitCodes) 成本中心
-
方法详细资料
-
listByCodes
@PostMapping("/listByCodes") ApiResult<List<SysCostCenterDTO>> listByCodes(@RequestBody @NotEmpty(message="\u6210\u672c\u4e2d\u5fc3") @NotEmpty(message="\u6210\u672c\u4e2d\u5fc3") Set<String> profitCodes) 成本中心- 返回:
- 成本中心
-