username@email.com
2022-03-30 a93ed58ca6aa82a8fe0adeb15f3a38f873bf2754
zhengcaioa/IServices/IExpertTestTopicService.cs
@@ -34,5 +34,13 @@
        ResultEntity ModifyStatusjiexi(string id, string userid);
        List<ExpertTestResultDTO> GetListResult();
        ResultEntity saveResult(ExpertTestResultDTO dto);
        ExpertTestResultDTO GetResult(string Resulttype);
        List<ExpertTestTopicpeizhiDTO> GetListpeizhi();
        ResultEntity savepeizhi(ExpertTestTopicpeizhiDTO dto);
        ExpertTestTopicpeizhiDTO Getpeizhi(string Topictype,string Zhishitype);
    }
}