From 91bad66d03c07b6cb2a3eb09bdd98faab4b8caa3 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 02 十二月 2021 14:03:34 +0800
Subject: [PATCH] 提交

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

diff --git a/zhengcaioa/IServices/ICooperOrderService.cs b/zhengcaioa/IServices/ICooperOrderService.cs
index 3cc4bab..8b225e7 100644
--- a/zhengcaioa/IServices/ICooperOrderService.cs
+++ b/zhengcaioa/IServices/ICooperOrderService.cs
@@ -47,22 +47,39 @@
         //璐ㄧ枒鍑戒簨椤瑰唴瀹瑰瓙琛�
         ResultEntity saveChallengeItem(TChallengeItemDTO dto);
 
+        ResultEntity deleteChallengeItem(string ChallengeId);
+
         List<TChallengeItemDTO> GetListChallengeItem(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);
+
     }
 }

--
Gitblit v1.9.1