namespace Gs.Toolbox.ApiCore.Group; /// /// swagger模块枚举注释 /// public class GroupInfoAttribute : Attribute { public string Title { get; set; } public string Version { get; set; } public string Description { get; set; } }