username@email.com
2023-12-07 c7ca1bd2476a1e45a900a24a4ea220710e3415b8
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);
    }
}