username@email.com
2022-12-28 81ac184ee7fcf0a93eee4d2026edc91f3f3c0070
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);
    }
}