|
|
@ -212,7 +212,7 @@ public class SaasTest
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var tenantDb = saasService.GetBizDbScopeById("1750335377144680448");
|
|
|
|
var tenantDb = saasService.GetBizDbScopeById("1750335377144680448");
|
|
|
|
StaticConfig.CodeFirst_MySqlCollate = "utf8mb4_0900_ai_ci";//较高版本支持
|
|
|
|
StaticConfig.CodeFirst_MySqlCollate = "utf8mb4_0900_ai_ci";//较高版本支持
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(SpaceBookingOrder));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(SpaceBookingOrder));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(SpaceBookingOrderCtn));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(SpaceBookingOrderCtn));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(SpaceBookingOrderShipSchedule));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(SpaceBookingOrderShipSchedule));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(BookingSlotBase));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(BookingSlotBase));
|
|
|
@ -227,6 +227,7 @@ public class SaasTest
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(BookingLabel));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(BookingLabel));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(BookingLabelAllocation));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(BookingLabelAllocation));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(InfoClient));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CodeThirdParty));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CodeThirdParty));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CheckBillAutoDetail));
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CheckBillAutoDetail));
|
|
|
|
//db.CodeFirst.InitTables(typeof(OpBusinessTruckCtn));
|
|
|
|
//db.CodeFirst.InitTables(typeof(OpBusinessTruckCtn));
|
|
|
|