From 7df23c739201c4413e3e64affae1707a694a2e1b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 16 六月 2022 12:56:47 +0800 Subject: [PATCH] 打印合同 --- zhengcaioa/IServices/ICooperOrderService.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/IServices/ICooperOrderService.cs b/zhengcaioa/IServices/ICooperOrderService.cs index 8b225e7..8a24255 100644 --- a/zhengcaioa/IServices/ICooperOrderService.cs +++ b/zhengcaioa/IServices/ICooperOrderService.cs @@ -43,6 +43,8 @@ ResultEntity saveChallengeletter(TChallengeletterDTO dto); List<TChallengeletterDTO> GetListChallengeletter(string OrderId); + List<TChallengeletterDTO> GetListChallengeletterChosen(); + List<TChallengeletterDTO> GetListChallengelettertousu(string customid,string XmCode); //璐ㄧ枒鍑戒簨椤瑰唴瀹瑰瓙琛� ResultEntity saveChallengeItem(TChallengeItemDTO dto); @@ -81,5 +83,16 @@ List<TComplaintShouquandaibiaoDTO> GetListComplaintShouquandaibiao(string ComplaintId); + + + + ResultDataEntity<CooperOrderDTO> SearchByPagingWenshu(CooperOrderDTOSearch searchEntity); + + //鑾峰彇璐ㄧ枒鎶曡瘔鐨勬鏁� + List<CooperOrderDTO> GetListComplaintsDisputeCount(string huiyuanid); + + //鑾峰彇浼氬憳淇℃伅 + FrameworkUser GetFrameworkUsers(string ID); + } } -- Gitblit v1.9.1