tanghai 13 лет назад
Родитель
Сommit
ad3800ba33
35 измененных файлов с 213 добавлено и 834 удалено
  1. 1 1
      CSharp/App/BossClient/BossClient.csproj
  2. 0 4
      CSharp/App/BossClient/ENetChannel.cs
  3. 6 0
      CSharp/App/DataCenter/App.Config
  4. 0 17
      CSharp/App/DataCenter/App.config
  5. 4 13
      CSharp/App/DataCenter/DataCenter.Context.cs
  6. 4 4
      CSharp/App/DataCenter/DataCenter.Designer.cs
  7. 5 33
      CSharp/App/DataCenter/DataCenter.csproj
  8. 95 416
      CSharp/App/DataCenter/DataCenter.edmx
  9. 78 87
      CSharp/App/DataCenter/DataCenter.edmx.diagram
  10. 1 0
      CSharp/App/DataCenter/Packages.config
  11. 1 1
      CSharp/App/DataCenter/t_account.cs
  12. 0 36
      CSharp/App/DataCenter/t_account_tutorial_status_info.cs
  13. 0 1
      CSharp/App/DataCenter/t_auction_item.cs
  14. 0 23
      CSharp/App/DataCenter/t_celebration_reward.cs
  15. 0 24
      CSharp/App/DataCenter/t_challenge_exp_buff.cs
  16. 2 0
      CSharp/App/DataCenter/t_character.cs
  17. 0 1
      CSharp/App/DataCenter/t_character_item.cs
  18. 0 1
      CSharp/App/DataCenter/t_employ_relation.cs
  19. 0 1
      CSharp/App/DataCenter/t_employee_notice.cs
  20. 0 1
      CSharp/App/DataCenter/t_employer_notice.cs
  21. 3 2
      CSharp/App/DataCenter/t_friend_ban_match.cs
  22. 8 0
      CSharp/App/DataCenter/t_game_info.cs
  23. 0 1
      CSharp/App/DataCenter/t_hero_suggest_equipment.cs
  24. 0 26
      CSharp/App/DataCenter/t_hero_talent_info.cs
  25. 0 25
      CSharp/App/DataCenter/t_hero_talent_info_sub_state.cs
  26. 2 2
      CSharp/App/DataCenter/t_hero_unlock_hero.cs
  27. 0 1
      CSharp/App/DataCenter/t_login_reward.cs
  28. 0 1
      CSharp/App/DataCenter/t_mail.cs
  29. 0 1
      CSharp/App/DataCenter/t_mail_item.cs
  30. 0 1
      CSharp/App/DataCenter/t_offline_message.cs
  31. 0 25
      CSharp/App/DataCenter/t_player_offline_message.cs
  32. 0 30
      CSharp/App/DataCenter/t_roll_log.cs
  33. 0 30
      CSharp/App/DataCenter/t_tran_log.cs
  34. 3 4
      CSharp/App/DataCenter/t_treasure.cs
  35. 0 21
      CSharp/App/DataCenter/t_world_character.cs

+ 1 - 1
CSharp/App/BossClient/BossClient.csproj

@@ -68,7 +68,7 @@
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>
-    <None Include="packages.config" />
+    <None Include="Packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Import Project="$(SolutionDir)\.nuget\nuget.targets" />

+ 0 - 4
CSharp/App/BossClient/ENetChannel.cs

@@ -1,12 +1,8 @@
 using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
 using System.Threading.Tasks;
 using ENet;
 using Helper;
 using Ionic.Zlib;
-using Log;
 
 namespace BossClient
 {

+ 6 - 0
CSharp/App/DataCenter/App.Config

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <connectionStrings>
+    <add name="DataCenterEntities" connectionString="metadata=res://*/DataCenter.csdl|res://*/DataCenter.ssdl|res://*/DataCenter.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=192.168.11.93;user id=tanghai;password=tanghai;persist security info=True;database=tanghai&quot;" providerName="System.Data.EntityClient" />
+  </connectionStrings>
+</configuration>

+ 0 - 17
CSharp/App/DataCenter/App.config

@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
-	<configSections>
-		<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
-		<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
-	</configSections>
-	<entityFramework>
-		<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
-			<parameters>
-				<parameter value="v11.0" />
-			</parameters>
-		</defaultConnectionFactory>
-	</entityFramework>
-	<connectionStrings>
-		<add name="DataCenterEntities" connectionString="metadata=res://*/DataCenter.csdl|res://*/DataCenter.ssdl|res://*/DataCenter.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=192.168.11.93;user id=tanghai;password=tanghai;persist security info=True;database=tanghai&quot;" providerName="System.Data.EntityClient" />
-	</connectionStrings>
-</configuration>

+ 4 - 13
CSharp/App/DataCenter/DataCenter.Context.cs

@@ -28,7 +28,6 @@ namespace DataCenter
         public DbSet<t_account> t_account { get; set; }
         public DbSet<t_account_active_code> t_account_active_code { get; set; }
         public DbSet<t_account_login_auth_response_cookie> t_account_login_auth_response_cookie { get; set; }
-        public DbSet<t_account_tutorial_status_info> t_account_tutorial_status_info { get; set; }
         public DbSet<t_active_code> t_active_code { get; set; }
         public DbSet<t_attribute> t_attribute { get; set; }
         public DbSet<t_auction_item> t_auction_item { get; set; }
@@ -39,12 +38,10 @@ namespace DataCenter
         public DbSet<t_beginner_group_config> t_beginner_group_config { get; set; }
         public DbSet<t_beginner_group_cong> t_beginner_group_cong { get; set; }
         public DbSet<t_beginner_group_event> t_beginner_group_event { get; set; }
-        public DbSet<t_celebration_reward> t_celebration_reward { get; set; }
         public DbSet<t_challenge_activity> t_challenge_activity { get; set; }
         public DbSet<t_challenge_activity_schedule> t_challenge_activity_schedule { get; set; }
         public DbSet<t_challenge_character_elect_hero> t_challenge_character_elect_hero { get; set; }
         public DbSet<t_challenge_elect_hero_stat> t_challenge_elect_hero_stat { get; set; }
-        public DbSet<t_challenge_exp_buff> t_challenge_exp_buff { get; set; }
         public DbSet<t_challenge_game_player> t_challenge_game_player { get; set; }
         public DbSet<t_challenge_guess_game_over> t_challenge_guess_game_over { get; set; }
         public DbSet<t_challenge_guess_reward> t_challenge_guess_reward { get; set; }
@@ -56,13 +53,11 @@ namespace DataCenter
         public DbSet<t_character_appearance> t_character_appearance { get; set; }
         public DbSet<t_character_assets> t_character_assets { get; set; }
         public DbSet<t_character_default_fighting_options> t_character_default_fighting_options { get; set; }
-        public DbSet<t_character_info> t_character_info { get; set; }
         public DbSet<t_character_item> t_character_item { get; set; }
         public DbSet<t_character_options> t_character_options { get; set; }
         public DbSet<t_character_questionnaire> t_character_questionnaire { get; set; }
         public DbSet<t_charge_list> t_charge_list { get; set; }
         public DbSet<t_city_buff> t_city_buff { get; set; }
-        public DbSet<t_city_position> t_city_position { get; set; }
         public DbSet<t_city_task_finish_sub_state> t_city_task_finish_sub_state { get; set; }
         public DbSet<t_city_task_info> t_city_task_info { get; set; }
         public DbSet<t_client_config> t_client_config { get; set; }
@@ -75,6 +70,7 @@ namespace DataCenter
         public DbSet<t_employer_notice> t_employer_notice { get; set; }
         public DbSet<t_fighting_evaluation_info> t_fighting_evaluation_info { get; set; }
         public DbSet<t_friend> t_friend { get; set; }
+        public DbSet<t_friend_ban_match> t_friend_ban_match { get; set; }
         public DbSet<t_friend_group> t_friend_group { get; set; }
         public DbSet<t_game_hero_use_info> t_game_hero_use_info { get; set; }
         public DbSet<t_game_info> t_game_info { get; set; }
@@ -83,8 +79,6 @@ namespace DataCenter
         public DbSet<t_hero_level_state> t_hero_level_state { get; set; }
         public DbSet<t_hero_pet> t_hero_pet { get; set; }
         public DbSet<t_hero_suggest_equipment> t_hero_suggest_equipment { get; set; }
-        public DbSet<t_hero_talent_info> t_hero_talent_info { get; set; }
-        public DbSet<t_hero_talent_info_sub_state> t_hero_talent_info_sub_state { get; set; }
         public DbSet<t_hero_unlock_hero> t_hero_unlock_hero { get; set; }
         public DbSet<t_illegal_term_rules> t_illegal_term_rules { get; set; }
         public DbSet<t_item_roll_list> t_item_roll_list { get; set; }
@@ -93,23 +87,20 @@ namespace DataCenter
         public DbSet<t_mail_item> t_mail_item { get; set; }
         public DbSet<t_mall_items_sales_count> t_mall_items_sales_count { get; set; }
         public DbSet<t_map_play_info> t_map_play_info { get; set; }
+        public DbSet<t_map_play_info_hero> t_map_play_info_hero { get; set; }
+        public DbSet<t_map_play_info_hero_pet> t_map_play_info_hero_pet { get; set; }
         public DbSet<t_meta> t_meta { get; set; }
         public DbSet<t_offline_message> t_offline_message { get; set; }
-        public DbSet<t_player_offline_message> t_player_offline_message { get; set; }
         public DbSet<t_pve_equipment_scheme> t_pve_equipment_scheme { get; set; }
         public DbSet<t_pve_equipment_strength> t_pve_equipment_strength { get; set; }
         public DbSet<t_questionnaire> t_questionnaire { get; set; }
-        public DbSet<t_roll_log> t_roll_log { get; set; }
         public DbSet<t_rune_scheme> t_rune_scheme { get; set; }
         public DbSet<t_social_group_basic> t_social_group_basic { get; set; }
         public DbSet<t_social_group_manager> t_social_group_manager { get; set; }
         public DbSet<t_social_group_member> t_social_group_member { get; set; }
         public DbSet<t_title_info> t_title_info { get; set; }
-        public DbSet<t_tran_log> t_tran_log { get; set; }
+        public DbSet<t_treasure> t_treasure { get; set; }
         public DbSet<t_tutorial> t_tutorial { get; set; }
         public DbSet<t_tutorial_status_info> t_tutorial_status_info { get; set; }
-        public DbSet<t_world_character> t_world_character { get; set; }
-        public DbSet<t_map_play_info_hero> t_map_play_info_hero { get; set; }
-        public DbSet<t_map_play_info_hero_pet> t_map_play_info_hero_pet { get; set; }
     }
 }

+ 4 - 4
CSharp/App/DataCenter/DataCenter.Designer.cs

@@ -1,4 +1,4 @@
-// Default code generation is disabled for model 'E:\Source\Egametang\CSharp\App\DataCenter\DataCenter.edmx'. 
-// To enable default code generation, change the value of the 'Code Generation Strategy' designer
-// property to an alternate value. This property is available in the Properties Window when the model is
-// open in the designer.
+// 模型“E:\Source\Egametang\CSharp\App\DataCenter\DataCenter.edmx”的默认代码生成功能已禁用。
+// 要启用默认代码生成功能,请将“代码生成策略”设计器属性的值
+// 更改为另一值。当在设计器中打开该模型时,此属性会出现在
+// “属性”窗口中。

+ 5 - 33
CSharp/App/DataCenter/DataCenter.csproj

@@ -82,9 +82,6 @@
     <Compile Include="t_account_login_auth_response_cookie.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_account_tutorial_status_info.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_active_code.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -115,9 +112,6 @@
     <Compile Include="t_beginner_group_event.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_celebration_reward.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_challenge_activity.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -130,9 +124,6 @@
     <Compile Include="t_challenge_elect_hero_stat.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_challenge_exp_buff.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_challenge_game_player.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -166,9 +157,6 @@
     <Compile Include="t_character_default_fighting_options.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_character_info.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_character_item.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -184,9 +172,6 @@
     <Compile Include="t_city_buff.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_city_position.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_city_task_finish_sub_state.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -223,6 +208,9 @@
     <Compile Include="t_friend.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
+    <Compile Include="t_friend_ban_match.cs">
+      <DependentUpon>DataCenter.tt</DependentUpon>
+    </Compile>
     <Compile Include="t_friend_group.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -247,12 +235,6 @@
     <Compile Include="t_hero_suggest_equipment.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_hero_talent_info.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
-    <Compile Include="t_hero_talent_info_sub_state.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_hero_unlock_hero.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -289,9 +271,6 @@
     <Compile Include="t_offline_message.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_player_offline_message.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_pve_equipment_scheme.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -301,9 +280,6 @@
     <Compile Include="t_questionnaire.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_roll_log.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
     <Compile Include="t_rune_scheme.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
@@ -319,7 +295,7 @@
     <Compile Include="t_title_info.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_tran_log.cs">
+    <Compile Include="t_treasure.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
     <Compile Include="t_tutorial.cs">
@@ -328,16 +304,13 @@
     <Compile Include="t_tutorial_status_info.cs">
       <DependentUpon>DataCenter.tt</DependentUpon>
     </Compile>
-    <Compile Include="t_world_character.cs">
-      <DependentUpon>DataCenter.tt</DependentUpon>
-    </Compile>
   </ItemGroup>
   <ItemGroup>
     <EntityDeploy Include="DataCenter.edmx">
       <Generator>EntityModelCodeGenerator</Generator>
       <LastGenOutput>DataCenter.Designer.cs</LastGenOutput>
     </EntityDeploy>
-    <None Include="App.config" />
+    <None Include="App.Config" />
     <None Include="DataCenter.Context.tt">
       <Generator>TextTemplatingFileGenerator</Generator>
       <DependentUpon>DataCenter.edmx</DependentUpon>
@@ -345,7 +318,6 @@
     </None>
     <None Include="DataCenter.edmx.diagram">
       <DependentUpon>DataCenter.edmx</DependentUpon>
-      <SubType>Designer</SubType>
     </None>
     <None Include="DataCenter.tt">
       <Generator>TextTemplatingFileGenerator</Generator>

Разница между файлами не показана из-за своего большого размера
+ 95 - 416
CSharp/App/DataCenter/DataCenter.edmx


+ 78 - 87
CSharp/App/DataCenter/DataCenter.edmx.diagram

@@ -4,93 +4,84 @@
   <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
     <!-- Diagram content (shape and connector positions) -->
     <edmx:Diagrams>
-      <Diagram DiagramId="646f5fee9e9a464ea8816c1d62bee588" Name="Diagram">
-        <EntityTypeShape EntityType="DataCenterModel.t_account" Width="1.5" PointX="1.25" PointY="1.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_account_active_code" Width="1.5" PointX="3" PointY="1.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_account_login_auth_response_cookie" Width="1.5" PointX="3" PointY="3.375" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_account_tutorial_status_info" Width="1.5" PointX="4.75" PointY="1.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_active_code" Width="1.5" PointX="6.5" PointY="1.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_attribute" Width="1.5" PointX="6.5" PointY="3.625" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_auction_item" Width="1.5" PointX="4.75" PointY="6.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_available_map" Width="1.5" PointX="6.5" PointY="6.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_battle_gameover_statistic" Width="1.5" PointX="8.25" PointY="1.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_battle_kill_detail" Width="1.5" PointX="8.25" PointY="3.625" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_battle_summary" Width="1.5" PointX="8.25" PointY="7" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_beginner_group_config" Width="1.5" PointX="10" PointY="1.25" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_beginner_group_cong" Width="1.5" PointX="10" PointY="3.625" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_beginner_group_event" Width="1.5" PointX="10" PointY="7" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_celebration_reward" Width="1.5" PointX="10.75" PointY="9.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_activity" Width="1.5" PointX="12.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_activity_schedule" Width="1.5" PointX="0.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_character_elect_hero" Width="1.5" PointX="2.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_elect_hero_stat" Width="1.5" PointX="12.75" PointY="4.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_exp_buff" Width="1.5" PointX="4.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_game_player" Width="1.5" PointX="12.75" PointY="7.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_guess_game_over" Width="1.5" PointX="10.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_guess_reward" Width="1.5" PointX="12.75" PointY="11.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_kfz_hero" Width="1.5" PointX="14.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_statue_info" Width="1.5" PointX="14.75" PointY="3.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_challenge_task_reward" Width="1.5" PointX="14.75" PointY="6.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character" Width="1.5" PointX="14.75" PointY="10.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_achievement" Width="1.5" PointX="2.75" PointY="15.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_appearance" Width="1.5" PointX="4.75" PointY="15.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_assets" Width="1.5" PointX="16.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_default_fighting_options" Width="1.5" PointX="16.75" PointY="3.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_info" Width="1.5" PointX="16.75" PointY="6.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_item" Width="1.5" PointX="6.75" PointY="16.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_options" Width="1.5" PointX="8.75" PointY="16.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_character_questionnaire" Width="1.5" PointX="16.75" PointY="9.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_charge_list" Width="1.5" PointX="10.75" PointY="16.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_city_buff" Width="1.5" PointX="16.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_city_position" Width="1.5" PointX="16.75" PointY="16.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_city_task_finish_sub_state" Width="1.5" PointX="18.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_city_task_info" Width="1.5" PointX="18.75" PointY="4.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_client_config" Width="1.5" PointX="18.75" PointY="8.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_common_spell" Width="1.5" PointX="18.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_daily_online_time" Width="1.5" PointX="18.75" PointY="15.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_employ_notice_status" Width="1.5" PointX="18.75" PointY="18.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_employ_relation" Width="1.5" PointX="0.75" PointY="19.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_employee_info" Width="1.5" PointX="20.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_employee_notice" Width="1.5" PointX="20.75" PointY="3.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_employer_notice" Width="1.5" PointX="20.75" PointY="7.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_fighting_evaluation_info" Width="1.5" PointX="20.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_friend" Width="1.5" PointX="12.75" PointY="20.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_friend_group" Width="1.5" PointX="14.75" PointY="20.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_game_hero_use_info" Width="1.5" PointX="20.75" PointY="15.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_game_info" Width="1.5" PointX="2.75" PointY="21.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_gs_code" Width="1.5" PointX="8.75" PointY="21.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_color_scheme" Width="1.5" PointX="16.75" PointY="21.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_level_state" Width="1.5" PointX="22.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_pet" Width="1.5" PointX="22.75" PointY="3.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_suggest_equipment" Width="1.5" PointX="4.75" PointY="22.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_talent_info" Width="1.5" PointX="22.75" PointY="8.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_talent_info_sub_state" Width="1.5" PointX="22.75" PointY="12.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_hero_unlock_hero" Width="1.5" PointX="22.75" PointY="16.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_illegal_term_rules" Width="1.5" PointX="22.75" PointY="19.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_item_roll_list" Width="1.5" PointX="22.75" PointY="22.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_login_reward" Width="1.5" PointX="10.75" PointY="23.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_mail" Width="1.5" PointX="12.75" PointY="23.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_mail_item" Width="1.5" PointX="24.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_mall_items_sales_count" Width="1.5" PointX="24.75" PointY="3.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_map_play_info" Width="1.5" PointX="24.75" PointY="6.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_meta" Width="1.5" PointX="24.75" PointY="11.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_offline_message" Width="1.5" PointX="24.75" PointY="14.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_player_offline_message" Width="1.5" PointX="24.75" PointY="18.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_pve_equipment_scheme" Width="1.5" PointX="24.75" PointY="22.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_pve_equipment_strength" Width="1.5" PointX="6.75" PointY="25.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_questionnaire" Width="1.5" PointX="14.75" PointY="25.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_roll_log" Width="1.5" PointX="16.75" PointY="25.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_rune_scheme" Width="1.5" PointX="18.75" PointY="25.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_social_group_basic" Width="1.5" PointX="26.75" PointY="0.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_social_group_manager" Width="1.5" PointX="26.75" PointY="4.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_social_group_member" Width="1.5" PointX="26.75" PointY="7.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_title_info" Width="1.5" PointX="8.75" PointY="26.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_tran_log" Width="1.5" PointX="26.75" PointY="10.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_tutorial" Width="1.5" PointX="26.75" PointY="15.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_tutorial_status_info" Width="1.5" PointX="26.75" PointY="19.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_world_character" Width="1.5" PointX="26.75" PointY="23.75" IsExpanded="true" />
-        <EntityTypeShape EntityType="DataCenterModel.t_map_play_info_hero" Width="1.5" PointX="4.4261802734929043" PointY="20.105384880725939" />
-        <EntityTypeShape EntityType="DataCenterModel.t_map_play_info_hero_pet" Width="1.5" PointX="5.9247470525674277" PointY="15.372352055913002" />
+      <Diagram DiagramId="a74023b8f93047ad8d99207e15cc333f" Name="关系图1">
+        <EntityTypeShape EntityType="DataCenterModel.t_account" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_account_active_code" Width="1.5" PointX="2.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_account_login_auth_response_cookie" Width="1.5" PointX="2.75" PointY="3.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_active_code" Width="1.5" PointX="4.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_attribute" Width="1.5" PointX="4.75" PointY="3.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_auction_item" Width="1.5" PointX="6.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_available_map" Width="1.5" PointX="6.75" PointY="5.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_battle_gameover_statistic" Width="1.5" PointX="8.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_battle_kill_detail" Width="1.5" PointX="8.75" PointY="3.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_battle_summary" Width="1.5" PointX="4.75" PointY="8.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_beginner_group_config" Width="1.5" PointX="6.75" PointY="8.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_beginner_group_cong" Width="1.5" PointX="8.75" PointY="7.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_beginner_group_event" Width="1.5" PointX="10.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_activity" Width="1.5" PointX="10.75" PointY="3.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_activity_schedule" Width="1.5" PointX="10.75" PointY="7.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_character_elect_hero" Width="1.5" PointX="6.75" PointY="11.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_elect_hero_stat" Width="1.5" PointX="8.75" PointY="11.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_game_player" Width="1.5" PointX="10.75" PointY="11.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_guess_game_over" Width="1.5" PointX="12.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_guess_reward" Width="1.5" PointX="0.75" PointY="12.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_kfz_hero" Width="1.5" PointX="12.75" PointY="4.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_statue_info" Width="1.5" PointX="12.75" PointY="7.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_challenge_task_reward" Width="1.5" PointX="12.75" PointY="10.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character" Width="1.5" PointX="14.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_achievement" Width="1.5" PointX="6.75" PointY="14.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_appearance" Width="1.5" PointX="14.75" PointY="10.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_assets" Width="1.5" PointX="8.75" PointY="15.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_default_fighting_options" Width="1.5" PointX="10.75" PointY="15.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_item" Width="1.5" PointX="16.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_options" Width="1.5" PointX="0.75" PointY="16.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_character_questionnaire" Width="1.5" PointX="16.75" PointY="6.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_charge_list" Width="1.5" PointX="16.75" PointY="9.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_city_buff" Width="1.5" PointX="12.75" PointY="16.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_city_task_finish_sub_state" Width="1.5" PointX="16.75" PointY="14.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_city_task_info" Width="1.5" PointX="2.75" PointY="17.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_client_config" Width="1.5" PointX="18.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_common_spell" Width="1.5" PointX="18.75" PointY="4.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_daily_online_time" Width="1.5" PointX="4.75" PointY="18.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_employ_notice_status" Width="1.5" PointX="6.75" PointY="18.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_employ_relation" Width="1.5" PointX="18.75" PointY="7.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_employee_info" Width="1.5" PointX="8.75" PointY="18.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_employee_notice" Width="1.5" PointX="18.75" PointY="11.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_employer_notice" Width="1.5" PointX="14.75" PointY="18.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_fighting_evaluation_info" Width="1.5" PointX="18.75" PointY="15.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_friend" Width="1.5" PointX="16.75" PointY="18.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_friend_ban_match" Width="1.5" PointX="18.75" PointY="18.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_friend_group" Width="1.5" PointX="20.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_game_hero_use_info" Width="1.5" PointX="20.75" PointY="3.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_game_info" Width="1.5" PointX="10.75" PointY="20.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_gs_code" Width="1.5" PointX="20.75" PointY="13.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_hero_color_scheme" Width="1.5" PointX="20.75" PointY="17.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_hero_level_state" Width="1.5" PointX="0.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_hero_pet" Width="1.5" PointX="2.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_hero_suggest_equipment" Width="1.5" PointX="4.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_hero_unlock_hero" Width="1.5" PointX="6.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_illegal_term_rules" Width="1.5" PointX="16.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_item_roll_list" Width="1.5" PointX="18.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_login_reward" Width="1.5" PointX="20.75" PointY="21.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_mail" Width="1.5" PointX="22.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_mail_item" Width="1.5" PointX="22.75" PointY="6.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_mall_items_sales_count" Width="1.5" PointX="22.75" PointY="9.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_map_play_info" Width="1.5" PointX="22.75" PointY="12.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_map_play_info_hero" Width="1.5" PointX="22.75" PointY="17.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_map_play_info_hero_pet" Width="1.5" PointX="22.75" PointY="20.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_meta" Width="1.5" PointX="12.75" PointY="23.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_offline_message" Width="1.5" PointX="24.75" PointY="0.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_pve_equipment_scheme" Width="1.5" PointX="24.75" PointY="3.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_pve_equipment_strength" Width="1.5" PointX="24.75" PointY="8.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_questionnaire" Width="1.5" PointX="24.75" PointY="11.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_rune_scheme" Width="1.5" PointX="24.75" PointY="14.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_social_group_basic" Width="1.5" PointX="14.75" PointY="24.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_social_group_manager" Width="1.5" PointX="24.75" PointY="20.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_social_group_member" Width="1.5" PointX="20.75" PointY="24.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_title_info" Width="1.5" PointX="22.75" PointY="24.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_treasure" Width="1.5" PointX="24.75" PointY="23.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_tutorial" Width="1.5" PointX="6.75" PointY="25.75" IsExpanded="true" />
+        <EntityTypeShape EntityType="DataCenterModel.t_tutorial_status_info" Width="1.5" PointX="26.75" PointY="0.75" IsExpanded="true" />
       </Diagram>
     </edmx:Diagrams>
   </edmx:Designer>

+ 1 - 0
CSharp/App/DataCenter/Packages.config

@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
   <package id="EntityFramework" version="5.0.0" targetFramework="net45" />
+  <package id="EntityFramework.zh-Hans" version="5.0.0" targetFramework="net45" />
   <package id="MySql.Data" version="6.6.4" targetFramework="net45" />
   <package id="MySQL.Data.Entities" version="6.5.4.0" targetFramework="net45" />
 </packages>

+ 1 - 1
CSharp/App/DataCenter/t_account.cs

@@ -22,8 +22,8 @@ namespace DataCenter
         public string active_code { get; set; }
         public Nullable<bool> active_code_used { get; set; }
         public Nullable<decimal> first_char_guid { get; set; }
+        public Nullable<int> gm_level { get; set; }
         public Nullable<System.DateTime> create_time { get; set; }
         public Nullable<System.DateTime> modify_time { get; set; }
-        public int gm_level { get; set; }
     }
 }

+ 0 - 36
CSharp/App/DataCenter/t_account_tutorial_status_info.cs

@@ -1,36 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_account_tutorial_status_info
-    {
-        public string account { get; set; }
-        public Nullable<int> max_level { get; set; }
-        public Nullable<int> beginner_map_win_count { get; set; }
-        public Nullable<int> match_count { get; set; }
-        public Nullable<int> quick_match_count { get; set; }
-        public Nullable<bool> is_close_notify_tutorial { get; set; }
-        public Nullable<bool> is_close_notify_mini_tutorial { get; set; }
-        public Nullable<int> composite_hero_token_count { get; set; }
-        public Nullable<bool> is_close_merge_tutorial { get; set; }
-        public Nullable<int> create_ai_map_room_count { get; set; }
-        public Nullable<bool> is_close_ai_map_room_tutorial { get; set; }
-        public Nullable<bool> is_get_beginner_map_bonus { get; set; }
-        public Nullable<bool> got_new_player_survey { get; set; }
-        public Nullable<int> player_level { get; set; }
-        public Nullable<bool> is_notify_common_skill { get; set; }
-        public Nullable<bool> is_first_open_rune_panel { get; set; }
-        public Nullable<System.DateTime> create_time { get; set; }
-        public Nullable<System.DateTime> modify_time { get; set; }
-    }
-}

+ 0 - 1
CSharp/App/DataCenter/t_auction_item.cs

@@ -15,7 +15,6 @@ namespace DataCenter
     public partial class t_auction_item
     {
         public decimal item_guid { get; set; }
-        public bool is_deleted { get; set; }
         public decimal seller_guid { get; set; }
         public string seller_name { get; set; }
         public string seller_ip { get; set; }

+ 0 - 23
CSharp/App/DataCenter/t_celebration_reward.cs

@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_celebration_reward
-    {
-        public string account { get; set; }
-        public int reward_type { get; set; }
-        public string tel_number { get; set; }
-        public System.DateTime create_time { get; set; }
-        public System.DateTime modify_time { get; set; }
-    }
-}

+ 0 - 24
CSharp/App/DataCenter/t_challenge_exp_buff.cs

@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_challenge_exp_buff
-    {
-        public decimal character_guid { get; set; }
-        public int time_year { get; set; }
-        public int time_year_day { get; set; }
-        public decimal buff_guid { get; set; }
-        public System.DateTime create_time { get; set; }
-        public System.DateTime modify_time { get; set; }
-    }
-}

+ 2 - 0
CSharp/App/DataCenter/t_character.cs

@@ -54,5 +54,7 @@ namespace DataCenter
         public Nullable<long> ban_chat_expired_time { get; set; }
         public int pve_equipment_max_strengthen_level { get; set; }
         public int pve_equipment_active_scheme_id { get; set; }
+        public double pos_x { get; set; }
+        public double pos_y { get; set; }
     }
 }

+ 0 - 1
CSharp/App/DataCenter/t_character_item.cs

@@ -16,7 +16,6 @@ namespace DataCenter
     {
         public decimal item_guid { get; set; }
         public decimal character_guid { get; set; }
-        public bool is_deleted { get; set; }
         public int item_id { get; set; }
         public int slot { get; set; }
         public int item_count { get; set; }

+ 0 - 1
CSharp/App/DataCenter/t_employ_relation.cs

@@ -21,6 +21,5 @@ namespace DataCenter
         public int price { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
-        public bool is_deleted { get; set; }
     }
 }

+ 0 - 1
CSharp/App/DataCenter/t_employee_notice.cs

@@ -23,6 +23,5 @@ namespace DataCenter
         public bool success { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
-        public bool is_deleted { get; set; }
     }
 }

+ 0 - 1
CSharp/App/DataCenter/t_employer_notice.cs

@@ -26,6 +26,5 @@ namespace DataCenter
         public bool success { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
-        public bool is_deleted { get; set; }
     }
 }

+ 3 - 2
CSharp/App/DataCenter/t_character_info.cs → CSharp/App/DataCenter/t_friend_ban_match.cs

@@ -12,9 +12,10 @@ namespace DataCenter
     using System;
     using System.Collections.Generic;
     
-    public partial class t_character_info
+    public partial class t_friend_ban_match
     {
-        public int tid { get; set; }
+        public decimal character_guid { get; set; }
+        public decimal ban_guid { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
     }

+ 8 - 0
CSharp/App/DataCenter/t_game_info.cs

@@ -56,6 +56,14 @@ namespace DataCenter
         public int vip_exp { get; set; }
         public Nullable<int> vip_exp_accumulate { get; set; }
         public Nullable<long> last_vip_exp_up_time { get; set; }
+        public int employ_pvp_win_count_room { get; set; }
+        public int employ_pvp_lose_count_room { get; set; }
+        public int employ_pvp_flee_count_room { get; set; }
+        public int employ_pvp_win_count_match { get; set; }
+        public int employ_pvp_lose_count_match { get; set; }
+        public int employ_pvp_flee_count_match { get; set; }
+        public int employ_pve_pass_level_count { get; set; }
+        public int employ_pve_lose_level_count { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
     }

+ 0 - 1
CSharp/App/DataCenter/t_hero_suggest_equipment.cs

@@ -24,7 +24,6 @@ namespace DataCenter
         public Nullable<int> item_id3 { get; set; }
         public Nullable<int> item_id4 { get; set; }
         public Nullable<int> item_id5 { get; set; }
-        public Nullable<bool> is_deleted { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
     }

+ 0 - 26
CSharp/App/DataCenter/t_hero_talent_info.cs

@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_hero_talent_info
-    {
-        public decimal character_guid { get; set; }
-        public int hero_id { get; set; }
-        public Nullable<int> total_used_hero_experience { get; set; }
-        public Nullable<int> enable_branch { get; set; }
-        public Nullable<int> this_branch_point { get; set; }
-        public Nullable<int> available_experience { get; set; }
-        public System.DateTime create_time { get; set; }
-        public System.DateTime modify_time { get; set; }
-    }
-}

+ 0 - 25
CSharp/App/DataCenter/t_hero_talent_info_sub_state.cs

@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_hero_talent_info_sub_state
-    {
-        public decimal character_guid { get; set; }
-        public int hero_id { get; set; }
-        public int talent_id { get; set; }
-        public Nullable<int> point { get; set; }
-        public Nullable<bool> is_full_point { get; set; }
-        public System.DateTime create_time { get; set; }
-        public System.DateTime modify_time { get; set; }
-    }
-}

+ 2 - 2
CSharp/App/DataCenter/t_hero_unlock_hero.cs

@@ -16,10 +16,10 @@ namespace DataCenter
     {
         public decimal character_guid { get; set; }
         public int hero_id { get; set; }
-        public Nullable<bool> is_activated { get; set; }
+        public Nullable<int> level { get; set; }
         public int cur_color_scheme_id { get; set; }
+        public decimal scheme_unlock_status { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
-        public Nullable<int> level { get; set; }
     }
 }

+ 0 - 1
CSharp/App/DataCenter/t_login_reward.cs

@@ -17,7 +17,6 @@ namespace DataCenter
         public decimal character_guid { get; set; }
         public int year_day { get; set; }
         public int reward_id { get; set; }
-        public sbyte is_deleted { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
     }

+ 0 - 1
CSharp/App/DataCenter/t_mail.cs

@@ -15,7 +15,6 @@ namespace DataCenter
     public partial class t_mail
     {
         public decimal mail_guid { get; set; }
-        public bool is_deleted { get; set; }
         public bool @checked { get; set; }
         public bool is_read { get; set; }
         public bool is_system_mail { get; set; }

+ 0 - 1
CSharp/App/DataCenter/t_mail_item.cs

@@ -17,7 +17,6 @@ namespace DataCenter
         public decimal item_guid { get; set; }
         public decimal mail_guid { get; set; }
         public bool is_taked { get; set; }
-        public bool is_deleted { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
     }

+ 0 - 1
CSharp/App/DataCenter/t_offline_message.cs

@@ -20,6 +20,5 @@ namespace DataCenter
         public string content { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
-        public sbyte is_deleted { get; set; }
     }
 }

+ 0 - 25
CSharp/App/DataCenter/t_player_offline_message.cs

@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_player_offline_message
-    {
-        public decimal fid { get; set; }
-        public decimal character_guid { get; set; }
-        public int opcode { get; set; }
-        public byte[] content { get; set; }
-        public Nullable<System.DateTime> create_time { get; set; }
-        public Nullable<System.DateTime> modify_time { get; set; }
-        public bool is_deleted { get; set; }
-    }
-}

+ 0 - 30
CSharp/App/DataCenter/t_roll_log.cs

@@ -1,30 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_roll_log
-    {
-        public string roll_listid { get; set; }
-        public string bill_listid { get; set; }
-        public Nullable<decimal> character_guid { get; set; }
-        public Nullable<decimal> vs_guid { get; set; }
-        public Nullable<short> roll_type { get; set; }
-        public Nullable<short> assets_type { get; set; }
-        public Nullable<int> amount { get; set; }
-        public Nullable<long> balance { get; set; }
-        public string ip { get; set; }
-        public string memo { get; set; }
-        public Nullable<System.DateTime> create_time { get; set; }
-        public Nullable<System.DateTime> modify_time { get; set; }
-    }
-}

+ 0 - 30
CSharp/App/DataCenter/t_tran_log.cs

@@ -1,30 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_tran_log
-    {
-        public string tran_listid { get; set; }
-        public Nullable<decimal> buyer_guid { get; set; }
-        public string buyer_account { get; set; }
-        public Nullable<decimal> seller_guid { get; set; }
-        public string seller_account { get; set; }
-        public Nullable<short> assets_type { get; set; }
-        public Nullable<int> pay_amount { get; set; }
-        public string bill_listid { get; set; }
-        public string ip { get; set; }
-        public string memo { get; set; }
-        public Nullable<System.DateTime> create_time { get; set; }
-        public Nullable<System.DateTime> modify_time { get; set; }
-    }
-}

+ 3 - 4
CSharp/App/DataCenter/t_city_position.cs → CSharp/App/DataCenter/t_treasure.cs

@@ -12,12 +12,11 @@ namespace DataCenter
     using System;
     using System.Collections.Generic;
     
-    public partial class t_city_position
+    public partial class t_treasure
     {
         public decimal character_guid { get; set; }
-        public string city_name { get; set; }
-        public float x { get; set; }
-        public float y { get; set; }
+        public int daily_count { get; set; }
+        public long daily_count_uptime { get; set; }
         public System.DateTime create_time { get; set; }
         public System.DateTime modify_time { get; set; }
     }

+ 0 - 21
CSharp/App/DataCenter/t_world_character.cs

@@ -1,21 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//    此代码是根据模板生成的。
-//
-//    手动更改此文件可能会导致应用程序中发生异常行为。
-//    如果重新生成代码,则将覆盖对此文件的手动更改。
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace DataCenter
-{
-    using System;
-    using System.Collections.Generic;
-    
-    public partial class t_world_character
-    {
-        public decimal character_guid { get; set; }
-        public decimal group_guid { get; set; }
-        public decimal room_guid { get; set; }
-    }
-}

Некоторые файлы не были показаны из-за большого количества измененных файлов