接口 SysGeneralLedgerAccountFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/sys/generalLedgerAccount",
primary=false)
public interface SysGeneralLedgerAccountFeignClient
总账科目 Feign 客户端
-
方法概要
-
方法详细资料
-
listByCodes
@PostMapping("/listByCodes") ApiResult<List<SysGeneralLedgerAccountDTO>> listByCodes(@RequestBody @NotEmpty(message="\u79d1\u76ee") @NotEmpty(message="\u79d1\u76ee") Set<String> generalCodes) 科目- 返回:
- 科目
-