Package com.elitesland.ystdms.sys.feign
Interface SysCostCenterFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/sys/costCenter")
public interface SysCostCenterFeignClient
成本中心 Feign 客户端
-
Method Summary
Modifier and TypeMethodDescriptionlistByCodes(@NotEmpty(message="\u6210\u672c\u4e2d\u5fc3") Set<String> profitCodes) 成本中心
-
Method Details
-
listByCodes
@PostMapping("/listByCodes") ApiResult<List<SysCostCenterDTO>> listByCodes(@RequestBody @NotEmpty(message="\u6210\u672c\u4e2d\u5fc3") @NotEmpty(message="\u6210\u672c\u4e2d\u5fc3") Set<String> profitCodes) 成本中心- Returns:
- 成本中心
-