username@email.com
2022-08-29 c06eb4d284a80dbee4a2d040046c37bf73dcfcd5
zhengcaioa/IServices/ICooperOrderService.cs
@@ -53,6 +53,14 @@
        List<TChallengeItemDTO> GetListChallengeItem(string ChallengeId);
        //与投诉事项相关的投诉请求子表
        ResultEntity saveChallengeRequestInfo(TChallengeRequestInfoDTO dto);
        ResultEntity deleteChallengeRequestInfo(string ChallengeId);
        List<TChallengeRequestInfoDTO> GetListChallengeRequestInfo(string ChallengeId);
        //投诉书历史记录表
        ResultEntity saveComplaintletter(TComplaintletterDTO dto);