支付状态新增待补缴

This commit is contained in:
2024-01-17 17:41:57 +08:00
parent 95c036d950
commit 032e13ce13
8 changed files with 48 additions and 11 deletions

View File

@@ -329,4 +329,6 @@ public interface OrderBasicInfoMapper {
List<OrderVO> getOrderInfoByNXJT(NXJTQueryOrdersInfoDTO dto);
OrderTotalDataVO getOrderTotalData(QueryOrderDTO dto);
List<OrderBasicInfo> queryRepayOrder(String memberId);
}