|
|
|
@ -120,33 +120,33 @@ public class ContainerManagementTest
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(types); //指定表空间下的实体
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(OpLetterYard));//指定更新特定实体
|
|
|
|
|
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_CurrentState));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_BaseInfo));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_State_Change));
|
|
|
|
|
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentIn));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentIn_Detail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentOut));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentOut_Detail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentOneWay));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentOneWay_Detail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_RentOneWay_In));
|
|
|
|
|
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_BuyCtn));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_BuyCtn_Detail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_SellCtn));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_SellCtn_Detail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_CtnScrap));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_CtnScrap_Detail));
|
|
|
|
|
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_CustFeeDui));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_CustFeeDui_Detail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_CustFeeDui_Calendar));
|
|
|
|
|
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_CurrentState));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_BaseInfo));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_State_Change));
|
|
|
|
|
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_Templat));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_TemplatDetail));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_TemplatImport));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentIn));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentIn_Detail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentOut));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentOut_Detail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentOneWay));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentOneWay_Detail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_RentOneWay_In));
|
|
|
|
|
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_BuyCtn));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_BuyCtn_Detail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_SellCtn));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_SellCtn_Detail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_CtnScrap));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_CtnScrap_Detail));
|
|
|
|
|
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_CustFeeDui));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_CustFeeDui_Detail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_CustFeeDui_Calendar));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_Templat));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_TemplatDetail));
|
|
|
|
|
//tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_TemplatImport));
|
|
|
|
|
tenantDb.CodeFirst.InitTables(typeof(CM_State_Change_Temp));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|