From 6a4007b2dd8f98ac42136f6e93010097afdb5d12 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 31 十二月 2021 14:09:44 +0800
Subject: [PATCH] 会员退款申请
---
zhengcaioa/IServices/ICooperOrderService.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/IServices/ICooperOrderService.cs b/zhengcaioa/IServices/ICooperOrderService.cs
index 8b225e7..75d2cf0 100644
--- a/zhengcaioa/IServices/ICooperOrderService.cs
+++ b/zhengcaioa/IServices/ICooperOrderService.cs
@@ -43,6 +43,7 @@
ResultEntity saveChallengeletter(TChallengeletterDTO dto);
List<TChallengeletterDTO> GetListChallengeletter(string OrderId);
+ List<TChallengeletterDTO> GetListChallengeletterChosen();
//璐ㄧ枒鍑戒簨椤瑰唴瀹瑰瓙琛�
ResultEntity saveChallengeItem(TChallengeItemDTO dto);
@@ -81,5 +82,13 @@
List<TComplaintShouquandaibiaoDTO> GetListComplaintShouquandaibiao(string ComplaintId);
+
+
+
+ ResultDataEntity<CooperOrderDTO> SearchByPagingWenshu(CooperOrderDTOSearch searchEntity);
+
+ //鑾峰彇璐ㄧ枒鎶曡瘔鐨勬鏁�
+ List<CooperOrderDTO> GetListComplaintsDisputeCount(string huiyuanid);
+
}
}
--
Gitblit v1.9.1