username@email.com
2023-02-24 e8fc5d92457143ea8744e8f8b2bed45a0a651f18
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);
    }
}