namespace Admin.NET.Application.Const; public class ApplicationConst { /// /// API分组名称 /// public const string GroupName = "我的业务"; /// /// 数据库标识 /// public const string ConfigId = "Test"; }