namespace Admin.NET.Core; /// /// SqlSugar相关常量 /// public class SqlSugarConst { /// /// 默认数据库标识 /// public const string ConfigId = "Dilon"; /// /// 默认表主键 /// public const string PrimaryKey = "Id"; }