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