Merge branch 'feature-nxdev' of https://gitea.nxsir.cn/code/IM into feature-nxdev

This commit is contained in:
2026-03-09 13:16:16 +08:00
14 changed files with 826 additions and 15 deletions
+8
View File
@@ -0,0 +1,8 @@
using IM_API.Dtos.Group;
namespace IM_API.VOs.Group
{
public class GroupInfoVo:GroupInfoDto
{
}
}