接口 SysProfitFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/sys/profitCenter")
public interface SysProfitFeignClient
-
方法概要
修饰符和类型方法说明listByCodes(@NotEmpty(message="\u5229\u6da6\u4e2d\u5fc3\u7f16\u7801") Set<String> profitCodes) 利润中心编码
-
方法详细资料
-
listByCodes
@PostMapping("/listByCodes") ApiResult<List<SysProfitCenterDTO>> listByCodes(@RequestBody @NotEmpty(message="\u5229\u6da6\u4e2d\u5fc3\u7f16\u7801") @NotEmpty(message="\u5229\u6da6\u4e2d\u5fc3\u7f16\u7801") Set<String> profitCodes) 利润中心编码- 参数:
profitCodes- 利润中心编码- 返回:
- 利润中心编码
-