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