增加接口:根据出入库单据id查询收付款单号

This commit is contained in:
季圣华
2022-06-04 17:26:20 +08:00
parent 6e94686a12
commit 9883501a2a
4 changed files with 38 additions and 0 deletions

View File

@@ -55,4 +55,7 @@ public interface AccountHeadMapperEx {
List<AccountHead> getAccountHeadListByOrganIds(@Param("organIds") String[] organIds);
List<AccountHead> getAccountHeadListByHandsPersonIds(@Param("handsPersonIds") String[] handsPersonIds);
List<AccountHead> getFinancialBillNoByBillId(
@Param("billId") Long billId);
}