namespace Admin.NET.Plugin.GoView.Const; /// <summary> /// GoView 相关常量 /// </summary> [Const("GoView 相关常量")] public class GoViewConst { /// <summary> /// API分组名称 /// </summary> public const string GroupName = "GoView"; }