namespace Admin.NET.Application.Const; /// /// 类名说明:辅助代码生成,以项目名.分割的最后一个单词+Const命名 /// public class ApplicationConst { /// /// API分组名称 /// public const string GroupName = "我的业务"; /// /// 数据库标识 /// public const string ConfigId = "test"; }