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