接口 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) 利润中心编码listByNames(@NotEmpty(message="\u5229\u6da6\u4e2d\u5fc3\u540d\u79f0") Set<String> profitNames) 利润中心名称
-
方法详细资料
-
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- 利润中心编码- 返回:
- 利润中心编码
-
listByNames
@PostMapping("/listByNames") ApiResult<List<SysProfitCenterDTO>> listByNames(@RequestBody @NotEmpty(message="\u5229\u6da6\u4e2d\u5fc3\u540d\u79f0") @NotEmpty(message="\u5229\u6da6\u4e2d\u5fc3\u540d\u79f0") Set<String> profitNames) 利润中心名称- 参数:
profitNames- 利润中心名称- 返回:
- 利润中心名称
-