namespace Admin.NET.Application; /// /// 应用常量 /// public class ApplicationConst { /// /// API分组名称 /// public const string GroupName = "测试业务"; /// /// 数据库标识 /// public const string ConfigId = "test"; }