|
@@ -1,4 +1,5 @@
|
|
|
using OASystem.Domain.Entities;
|
|
|
+using OASystem.Domain.Entities.Business;
|
|
|
using OASystem.Domain.Entities.Customer;
|
|
|
using OASystem.Domain.Entities.Groups;
|
|
|
using OASystem.Domain.Entities.Resource;
|
|
@@ -83,11 +84,12 @@ db.CodeFirst.SetStringDefaultLength(50).BackupTable().InitTables(new Type[]
|
|
|
//typeof(Crm_DeleClient)
|
|
|
//typeof(Crm_NewClientData)
|
|
|
|
|
|
- typeof(Crm_ClientDataAndUser),
|
|
|
- typeof(Crm_ClientDataAndBusiness),
|
|
|
+ //typeof(Crm_ClientDataAndUser),
|
|
|
+ //typeof(Crm_ClientDataAndBusiness),
|
|
|
|
|
|
//typeof(Res_ItemDetailInfo),
|
|
|
//typeof(Res_ItemVendor)
|
|
|
- typeof(Res_CountryFeeCost)
|
|
|
+ typeof(Bus_ConfItemInfo)
|
|
|
+ //typeof(Res_CountryFeeCost)
|
|
|
});
|
|
|
Console.WriteLine("数据库结构同步完成!");
|