username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
zhengcaioa/IServices/IGroupTopicService.cs
@@ -16,5 +16,7 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<GroupTopicDTO> GetList();
        List<GroupTopicDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
    }
}