From d4431c7e89865a506af8662244004d0baa7ed609 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 11 六月 2025 12:24:15 +0800
Subject: [PATCH] 投诉处理,爬

---
 zhengcaioa/IServices/ICooperOrderService.cs |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/IServices/ICooperOrderService.cs b/zhengcaioa/IServices/ICooperOrderService.cs
index 806d3c8..55c1866 100644
--- a/zhengcaioa/IServices/ICooperOrderService.cs
+++ b/zhengcaioa/IServices/ICooperOrderService.cs
@@ -12,6 +12,8 @@
 
         CooperOrderDTO Get(string id);
 
+        string GetOrderNo();
+
         ResultDataEntity<CooperOrderDTO> SearchByPaging(CooperOrderDTOSearch searchEntity);
 
         ResultEntity ModifyStatus(string id, string userid);
@@ -33,5 +35,72 @@
 
         List<CooperOrderDTO> GetList(string userid, DateTime datemin, DateTime datemax);
 
+
+        List<CooperOrderDTO> GetListtongji(string userid, DateTime datemin, DateTime datemax);
+
+
+        //璐ㄧ枒鍑藉巻鍙茶褰曡〃
+        ResultEntity saveChallengeletter(TChallengeletterDTO dto);
+
+        List<TChallengeletterDTO> GetListChallengeletter(string OrderId);
+        List<TChallengeletterDTO> GetListChallengeletterChosen();
+        List<TChallengeletterDTO> GetListChallengelettertousu(string customid,string XmCode);
+
+        //璐ㄧ枒鍑戒簨椤瑰唴瀹瑰瓙琛�
+        ResultEntity saveChallengeItem(TChallengeItemDTO dto);
+
+        ResultEntity deleteChallengeItem(string ChallengeId);
+
+        List<TChallengeItemDTO> GetListChallengeItem(string ChallengeId);
+
+
+        //涓庢姇璇変簨椤圭浉鍏崇殑鎶曡瘔璇锋眰瀛愯〃
+        ResultEntity saveChallengeRequestInfo(TChallengeRequestInfoDTO dto);
+
+        ResultEntity deleteChallengeRequestInfo(string ChallengeId);
+
+        List<TChallengeRequestInfoDTO> GetListChallengeRequestInfo(string ChallengeId);
+
+        //鎶曡瘔涔﹀巻鍙茶褰曡〃
+        ResultEntity saveComplaintletter(TComplaintletterDTO dto);
+
+
+        List<TComplaintletterDTO> GetListComplaintletter(string OrderId);
+
+        //鎶曡瘔涔︿簨椤瑰唴瀹瑰瓙琛�
+        ResultEntity saveComplaintItem(TComplaintItemDTO dto);
+        ResultEntity deleteComplaintItem(string ComplaintId);
+
+        List<TComplaintItemDTO> GetListComplaintItem(string ComplaintId);
+
+        //鎶曡瘔涔﹁鎶曡瘔浜哄瓙琛�
+        ResultEntity saveComplaintRespondent(TComplaintRespondentDTO dto);
+        ResultEntity deleteComplaintRespondent(string ComplaintId);
+
+        List<TComplaintRespondentDTO> GetListComplaintRespondent(string ComplaintId);
+
+        //鐩稿叧渚涘簲鍟嗗瓙琛�
+        ResultEntity saveComplaintGongyingshang(TComplaintGongyingshangDTO dto);
+        ResultEntity deleteComplaintGongyingshang(string ComplaintId);
+
+        List<TComplaintGongyingshangDTO> GetListComplaintGongyingshang(string ComplaintId);
+
+        //鎺堟潈浠h〃瀛愯〃
+        ResultEntity saveComplaintShouquandaibiao(TComplaintShouquandaibiaoDTO dto);
+        ResultEntity deleteComplaintShouquandaibiao(string ComplaintId);
+
+        List<TComplaintShouquandaibiaoDTO> GetListComplaintShouquandaibiao(string ComplaintId);
+
+
+
+
+        ResultDataEntity<CooperOrderDTO> SearchByPagingWenshu(CooperOrderDTOSearch searchEntity);
+
+        //鑾峰彇璐ㄧ枒鎶曡瘔鐨勬鏁�
+        List<CooperOrderDTO> GetListComplaintsDisputeCount(string huiyuanid);
+
+        //鑾峰彇浼氬憳淇℃伅
+        FrameworkUser GetFrameworkUsers(string ID);
+
     }
 }

--
Gitblit v1.9.1