Program.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. using OASystem.Domain.Entities.Financial;
  2. using OASystem.Domain.Entities.Groups;
  3. using OASystem.Domain.Entities.PersonnelModule;
  4. using OASystem.Domain.Entities.Resource;
  5. using OASystem.Domain.Entities.System;
  6. using SqlSugar;
  7. var db = new SqlSugarClient(new ConnectionConfig()
  8. {
  9. ConnectionString = "server=132.232.92.186;uid=sa;pwd=Yjx@158291;database=OA2023DB;",
  10. DbType = DbType.SqlServer,
  11. IsAutoCloseConnection = true,
  12. InitKeyType = InitKeyType.Attribute
  13. },
  14. provider =>
  15. {
  16. provider.Aop.OnLogExecuting = (sql, pars) =>
  17. {
  18. Console.WriteLine(sql); // 输出生成的 SQL
  19. };
  20. });
  21. #region Aop
  22. //db.Aop.OnLogExecuting = (sql, pars) =>
  23. //{
  24. // Console.WriteLine(sql + "" + Db.Utilities.SerializeObject
  25. // (pars.ToDictionary(it => it.ParameterName, it => it.Value)));
  26. // Console.WriteLine();
  27. //};
  28. #endregion
  29. #region 对话框
  30. Console.WriteLine("是否确定同步数据库表结构?(同名数据表将会被备份,生产环境慎用,回车确认)");
  31. var str = Console.ReadKey();
  32. if (str.Key == ConsoleKey.Enter)
  33. {
  34. Console.WriteLine("同步中,请稍后...");
  35. }
  36. else
  37. {
  38. Console.WriteLine("\r\n输入错误,已退出...");
  39. return;
  40. }
  41. #endregion
  42. //同步数据表结构
  43. db.DbMaintenance.CreateDatabase();
  44. db.CodeFirst.SetStringDefaultLength(50).BackupTable().InitTables(new Type[]
  45. {
  46. //typeof(Sys_PageFunctionPermission)
  47. //,typeof(Sys_SystemMenuAndFunction)
  48. //,typeof(Sys_SystemMenuPermission)
  49. //,typeof(Sys_JobPostAuthority)
  50. //,typeof(Sys_UserAuthority)
  51. //typeof(Crm_CustomerCert),
  52. //typeof(Crm_CustomerCompany),
  53. //typeof(Crm_CustomerFile),
  54. //typeof(Crm_DeleClient)
  55. //typeof(Crm_VisaCustomerCompany),
  56. //typeof(Crm_VisaCustomerFamily),
  57. //typeof(Crm_VisaCustomerSchool)
  58. //typeof(Grp_AirInquiry),
  59. //typeof(Grp_AirPrice),
  60. //typeof(Grp_CreditCardPayment),
  61. //typeof(Grp_DeleFile),
  62. //typeof(Grp_DelegationInfo),
  63. //typeof(Grp_DelegationJoinCustomer),
  64. //typeof(Grp_DeleMeetingNeeds),
  65. //typeof(Grp_HotelReservations),
  66. //typeof(Grp_VisaProgress),
  67. //typeof(Grp_DeleClientNeeds),
  68. //typeof(Res_AirCompany),
  69. //typeof(Res_AirTicketAgent),
  70. //typeof(Res_HotelData),
  71. //typeof(Res_ThreeCode)
  72. //typeof(Res_ScenicSpotInfo),
  73. //typeof(Res_CarGuides),
  74. //typeof(Res_CarInfo),
  75. //typeof(Res_GuidesInfo)
  76. //typeof(Res_CarData),
  77. //typeof(Res_LocalGuideData)
  78. //typeof(Grp_ScheduleInfo),
  79. //typeof(Grp_ScheduleDetailInfo),
  80. //typeof(Grp_SchedulePersonInfo)
  81. //typeof(Sys_Message),
  82. //typeof(Sys_MessageReadAuth)
  83. //typeof(Crm_DeleClient)
  84. //typeof(Crm_NewClientData)
  85. //typeof(Crm_ClientDataAndUser),
  86. //typeof(Crm_ClientDataAndBusiness),
  87. //typeof(Res_ItemDetailInfo),
  88. //typeof(Res_ItemVendor)
  89. //typeof(Res_ItemTypeInfo)
  90. //typeof(Bus_ConfItemInfo)
  91. //typeof(Bus_ConfItemListInfo)
  92. //typeof(Res_CountryFeeCost)
  93. //typeof(Res_MemoInfo),
  94. //typeof(Fin_DailyFeePayment), // 财务 - 日付申请
  95. //typeof(Fin_DailyFeePaymentContent),// 财务 - 日付申请详细类
  96. //typeof(Grp_GroupsTaskAssignment),
  97. //typeof(Grp_AirTicketReservations),
  98. //typeof(Grp_GroupCostParameter),
  99. //typeof(Grp_TeamRate), // 团组汇率
  100. //typeof(Fin_ForeignReceivables), // 对外收款账单
  101. //typeof(Fin_ProceedsReceived), // 已收款项
  102. //typeof(Fin_OtherPrice), // 其他款项
  103. //typeof(Res_OfficialActivities) //公务出访
  104. //typeof(Res_AskData),//请示数据库
  105. //typeof(Grp_DelegationEnData),
  106. //typeof(Grp_EnterExitCost),
  107. //typeof(Grp_DayAndCost),
  108. //typeof(Grp_NationalTravelFee),
  109. //typeof(Air_TicketBlackCode),
  110. //typeof(Pm_WageSheet) //人事模块 工资表单
  111. //typeof(Grp_VisaProgressCustomer),
  112. //typeof(Grp_VisaProgressCustomerPicture)
  113. //typeof(Grp_CheckBoxs) //成本选中
  114. //typeof(Grp_GroupCost) //成本数据信息
  115. //typeof(Grp_CostTypeHotelNumber)//分段房间数量
  116. //typeof(Grp_VisaInfo)
  117. //typeof(Grp_CarTouristGuideGroundReservations),
  118. //typeof(Grp_CarTouristGuideGroundReservationsContent),//
  119. //typeof(Fin_PaymentRefundAndOtherMoney),
  120. //typeof(Grp_InsuranceCost),
  121. //typeof(Grp_TourClientList), //接团客户名单
  122. //typeof(Dis_Intercontinental), //洲
  123. //typeof(Dis_Country), //国家
  124. //typeof(Dis_City), //城市
  125. //typeof(Fin_GroupExtraCost), //超支费用
  126. //typeof(Pm_TaskAllocation), //任务分配
  127. //typeof(Pm_TaskRelevanceUser), //任务分配关联人员(完成者)
  128. //typeof(Pm_TaskJobRelevancy), //任务分配关联人员(完成者)
  129. //typeof(Crm_TableOperationRecord), //表操作记录
  130. //typeof(Grp_InvertedList), //倒推表
  131. //typeof(Grp_InvertedListVisaCountry), //倒推表签证国家
  132. //typeof(Grp_VisaFeeInfo), //签证费用info
  133. //typeof(Grp_HotelInquiry), //酒店询价
  134. //typeof(Grp_HotelReservationsContent), //酒店费用子表
  135. //typeof(Grp_VisitingClients), //拜访团组客户
  136. //typeof(Grp_ApprovalTravelDetails), //公务出访表
  137. //typeof(Sys_Countries), //洲
  138. //typeof(Sys_Continent), //国家
  139. //typeof(Sys_Cities), //城市
  140. //typeof(Grp_GroupModelFile),//团组文件
  141. //typeof(Grp_VisaCommission),//签证费用录入
  142. //typeof(Pm_GoodsReceive),//物品领用表
  143. //typeof(Pm_GoodsStorage),//物品入库表
  144. //typeof(Pm_GoodsInfo),//物品详细表
  145. //typeof(Grp_Opinionaire),//团组接待意见调查
  146. //typeof(Sys_ExchangeRateRecord),//团组接待意见调查
  147. //typeof(Res_TranslatorLibrary),//翻译人员库
  148. //typeof(Grp_OfficialDutyLinkTranslator),//公务信息关联翻译人员
  149. //typeof(Sys_DeviceToken),
  150. //typeof(Res_MediaSuppliers),//策划部供应商资料
  151. //typeof(Res_BasicInsuranceCost)//保险国家基础费用
  152. //typeof(Grp_EnterExitCostPermission),//团组 - 出入境费用 --> 操作权限
  153. //typeof(Grp_EnterExitCostDraftPermission)//团组 - 出入境费用 --> 操作权限-草稿
  154. //typeof(Grp_RestaurantInfo),
  155. //ypeof(Grp_EnterExitCostQuote), //团组 - 出入境费用报价表
  156. //ypeof(Grp_EnterExitCostQuoteItem), //团组 - 出入境费用报价表
  157. //typeof(Sys_FormTemp), //表单模板
  158. //typeof(Grp_OrderPreInfo), //团组下单前信息
  159. //typeof(Grp_OrderPreItem), //团组下单前信息Item
  160. //typeof(Grp_GroupShareFile),//团组共享文件
  161. //typeof(Pm_GoodsAudit),//物品确认审核表
  162. //typeof(Pm_GoodsReceiveDetails),//物品领用明细表
  163. /*审核流程相关表*/
  164. //typeof(Sys_AuditFlow),//审核流程表
  165. //typeof(Sys_AuditRecord),//审核记录表
  166. //typeof(Sys_AuditTemplate),//审核模板表
  167. //typeof(Sys_AuditTemplateNode),//审核模板节点表
  168. //typeof(Sys_AuditTemplateNodeUser),//审核模板节点人员表
  169. typeof(Fin_ApplicationLinkGoods),//日服申请单物品关联表
  170. });
  171. Console.WriteLine("数据库结构同步完成!");