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