update 查询站点报表详情

This commit is contained in:
2023-08-22 13:44:10 +08:00
parent e2f3fb7a8e
commit 003f4c410e
8 changed files with 57 additions and 21 deletions

View File

@@ -30,4 +30,6 @@ public interface ClearingWithdrawInfoService{
ClearingWithdrawInfo selectByWithdrawCode(String withdrawCode);
ClearingBillVO selectWithdrawInfoByOrderCode(String orderCode);
List<ClearingBillVO> selectWithdrawInfoByOrderCodeList(List<String> orderCodeList);
}