jiangjc 2 months ago
parent
commit
04e35712d6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      OASystem/EntitySync/Program.cs

+ 2 - 1
OASystem/EntitySync/Program.cs

@@ -141,7 +141,8 @@ db.CodeFirst.SetStringDefaultLength(50).BackupTable().InitTables(new Type[]
     //typeof(Grp_Opinionaire),//团组接待意见调查 
     //typeof(Sys_ExchangeRateRecord),//团组接待意见调查 
     //typeof(Res_TranslatorLibrary),//翻译人员库 
-    typeof(Grp_OfficialDutyLinkTranslator),//公务信息关联翻译人员 
+    //typeof(Grp_OfficialDutyLinkTranslator),//公务信息关联翻译人员 
+    typeof(Sys_DeviceToken)
 
 });
 Console.WriteLine("数据库结构同步完成!");