Package com.elitesland.ystdms.sys.feign
Interface SysGeneralLedgerAccountFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/sys/generalLedgerAccount",
primary=false)
public interface SysGeneralLedgerAccountFeignClient
总账科目 Feign 客户端
-
Method Summary
Modifier and TypeMethodDescriptionlistByCodes(@NotEmpty(message="\u79d1\u76ee") Set<String> generalCodes) 科目
-
Method Details
-
listByCodes
@PostMapping("/listByCodes") ApiResult<List<SysGeneralLedgerAccountDTO>> listByCodes(@RequestBody @NotEmpty(message="\u79d1\u76ee") @NotEmpty(message="\u79d1\u76ee") Set<String> generalCodes) 科目- Returns:
- 科目
-