namespace FoodLabeling.Th.Application.MultiTenancy; /// /// 租户下拉与默认种子管理员约定 /// public static class ThTenantSelectConsts { /// 种子管理员 UserName,与 UserDataSeed 一致 public const string DefaultAdminLoginAccount = "admin"; }