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