支付状态新增待补缴

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

@@ -394,4 +394,5 @@ public interface OrderBasicInfoService{
*/
List<OrderVO> getOrderInfoByNXJT(NXJTQueryOrdersInfoDTO dto);
List<OrderBasicInfo> queryRepayOrder(String memberId);
}