From 744ce126fd5dc3a0448719832d1e9667e44d30b5 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 06 八月 2025 18:39:52 +0800
Subject: [PATCH] fix:bug

---
 FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs |  112 +++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 75 insertions(+), 37 deletions(-)

diff --git a/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs b/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs
index ec10f59..a8ecbb9 100644
--- a/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs
+++ b/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs
@@ -248,25 +248,30 @@
                         .HasColumnType("uniqueidentifier");
 
                     b.Property<string>("BankBranchName")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("寮�鎴锋敮琛�");
 
                     b.Property<string>("BankCard")
                         .HasMaxLength(32)
                         .HasColumnType("nvarchar(32)")
-                        .HasComment("娉曚汉鎴栫粡鍔炰汉閾惰鍗″彿");
+                        .HasComment("閾惰璐︽埛");
 
                     b.Property<string>("BankName")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("寮�鎴锋�昏");
 
                     b.Property<Guid?>("CityId")
-                        .HasColumnType("uniqueidentifier");
+                        .HasColumnType("uniqueidentifier")
+                        .HasComment("鎵�鍦ㄥ煄甯侷d");
 
                     b.Property<string>("ContactEmail")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("鑱旂郴閭");
 
                     b.Property<string>("ContactPhoneNumber")
                         .HasMaxLength(11)
-                        .HasColumnType("nvarchar(11)");
+                        .HasColumnType("nvarchar(11)")
+                        .HasComment("鑱旂郴鐢佃瘽");
 
                     b.Property<string>("Contacts")
                         .HasMaxLength(32)
@@ -281,45 +286,56 @@
                         .HasComment("鍒涘缓鎿嶄綔浜�");
 
                     b.Property<Guid>("EnterpriseAuthId")
-                        .HasColumnType("uniqueidentifier");
+                        .HasColumnType("uniqueidentifier")
+                        .HasComment("浼佷笟璁よ瘉Id");
 
                     b.Property<Guid?>("IndustryTypeId")
-                        .HasColumnType("uniqueidentifier");
+                        .HasColumnType("uniqueidentifier")
+                        .HasComment("鎵�灞炶涓欼d");
 
                     b.Property<bool>("IsCheckedBankCard")
-                        .HasColumnType("bit");
+                        .HasColumnType("bit")
+                        .HasComment("鏄惁宸叉牎楠岄摱琛岃处鎴�");
 
                     b.Property<bool>("IsDeleted")
                         .HasColumnType("bit")
                         .HasComment("鏄惁鍒犻櫎");
 
                     b.Property<string>("MainBusiness")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("涓昏惀涓氬姟");
 
                     b.Property<decimal?>("MergeSignCost")
-                        .HasColumnType("decimal(18,2)");
+                        .HasColumnType("decimal(18,2)")
+                        .HasComment("涓�鍙d环");
 
                     b.Property<int?>("PayAccess")
-                        .HasColumnType("int");
+                        .HasColumnType("int")
+                        .HasComment("鏀粯閫氶亾");
 
                     b.Property<Guid?>("ProvinceId")
-                        .HasColumnType("uniqueidentifier");
+                        .HasColumnType("uniqueidentifier")
+                        .HasComment("鎵�鍦ㄧ渷浠絀d");
 
                     b.Property<int?>("RealAccess")
                         .HasColumnType("int")
                         .HasComment("瀹炲悕閫氶亾");
 
                     b.Property<decimal?>("RealVerifyCost")
-                        .HasColumnType("decimal(18,2)");
+                        .HasColumnType("decimal(18,2)")
+                        .HasComment("瀹炲悕璐圭敤");
 
                     b.Property<decimal?>("SignCost")
-                        .HasColumnType("decimal(18,2)");
+                        .HasColumnType("decimal(18,2)")
+                        .HasComment("绛剧害璐圭敤");
 
                     b.Property<int?>("SmsAccess")
-                        .HasColumnType("int");
+                        .HasColumnType("int")
+                        .HasComment("鐭俊閫氶亾");
 
                     b.Property<decimal>("SmsCost")
-                        .HasColumnType("decimal(18,2)");
+                        .HasColumnType("decimal(18,2)")
+                        .HasComment("鐭俊璐圭敤");
 
                     b.Property<int>("Sort")
                         .HasColumnType("int")
@@ -360,10 +376,12 @@
 
                     b.Property<string>("BankCard")
                         .HasMaxLength(32)
-                        .HasColumnType("nvarchar(32)");
+                        .HasColumnType("nvarchar(32)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉閾惰鍗″彿");
 
                     b.Property<string>("BankCardImg")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉閾惰鍗$収鐗�");
 
                     b.Property<DateTimeOffset>("CreatedTime")
                         .HasColumnType("datetimeoffset");
@@ -375,60 +393,75 @@
                     b.Property<string>("EnterpriseName")
                         .IsRequired()
                         .HasMaxLength(128)
-                        .HasColumnType("nvarchar(128)");
+                        .HasColumnType("nvarchar(128)")
+                        .HasComment("浼佷笟鍏ㄧО");
 
                     b.Property<int?>("EnterpriseRealMethod")
-                        .HasColumnType("int");
+                        .HasColumnType("int")
+                        .HasComment("浼佷笟璁よ瘉鏂瑰紡");
 
                     b.Property<string>("Identity")
                         .HasMaxLength(18)
-                        .HasColumnType("nvarchar(18)");
+                        .HasColumnType("nvarchar(18)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉韬唤璇佸彿");
 
                     b.Property<string>("IdentityBackImg")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉韬唤璇佸浗寰介潰");
 
                     b.Property<string>("IdentityImg")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉韬唤璇佷汉鍍忛潰");
 
                     b.Property<bool>("IsDeleted")
                         .HasColumnType("bit")
                         .HasComment("鏄惁鍒犻櫎");
 
                     b.Property<bool>("IsReal")
-                        .HasColumnType("bit");
+                        .HasColumnType("bit")
+                        .HasComment("鏄惁瀹炲悕");
 
                     b.Property<string>("LegalIdentity")
                         .HasMaxLength(18)
-                        .HasColumnType("nvarchar(18)");
+                        .HasColumnType("nvarchar(18)")
+                        .HasComment("娉曚汉韬唤璇佸彿");
 
                     b.Property<string>("LegalPerson")
                         .HasMaxLength(32)
-                        .HasColumnType("nvarchar(32)");
+                        .HasColumnType("nvarchar(32)")
+                        .HasComment("娉曚汉濮撳悕");
 
                     b.Property<string>("LicenseImage")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("钀ヤ笟鎵х収鐓х墖");
 
                     b.Property<string>("Name")
                         .HasMaxLength(32)
-                        .HasColumnType("nvarchar(32)");
+                        .HasColumnType("nvarchar(32)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉濮撳悕");
 
                     b.Property<int?>("PersonalRealMethod")
-                        .HasColumnType("int");
+                        .HasColumnType("int")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉瀹炲悕鏂瑰紡");
 
                     b.Property<string>("PhoneNumber")
                         .HasMaxLength(11)
-                        .HasColumnType("nvarchar(11)");
+                        .HasColumnType("nvarchar(11)")
+                        .HasComment("娉曚汉鎴栫粡鍔炰汉鎵嬫満鍙�");
 
                     b.Property<bool?>("Proxy")
-                        .HasColumnType("bit");
+                        .HasColumnType("bit")
+                        .HasComment("鏄惁濮旀墭缁忓姙浜�");
 
                     b.Property<string>("ProxyPowerAttorneyUrl")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("浼佷笟鎺堟潈涔�");
 
                     b.Property<string>("SocietyCreditCode")
                         .IsRequired()
                         .HasMaxLength(18)
-                        .HasColumnType("nvarchar(18)");
+                        .HasColumnType("nvarchar(18)")
+                        .HasComment("缁熶竴绀句細淇$敤浠g爜");
 
                     b.Property<int>("Sort")
                         .HasColumnType("int")
@@ -447,7 +480,10 @@
 
                     b.HasKey("Id");
 
-                    b.ToTable("EnterpriseAuth");
+                    b.ToTable("EnterpriseAuth", t =>
+                        {
+                            t.HasComment("浼佷笟璁よ瘉");
+                        });
                 });
 
             modelBuilder.Entity("FlexJobApi.Core.Menu", b =>
@@ -1240,7 +1276,8 @@
                         .HasColumnType("uniqueidentifier");
 
                     b.Property<string>("Avatar")
-                        .HasColumnType("nvarchar(max)");
+                        .HasColumnType("nvarchar(max)")
+                        .HasComment("澶村儚");
 
                     b.Property<Guid?>("CityId")
                         .HasColumnType("uniqueidentifier")
@@ -1286,7 +1323,8 @@
                         .HasComment("韬唤Id");
 
                     b.Property<Guid?>("ProvinceId")
-                        .HasColumnType("uniqueidentifier");
+                        .HasColumnType("uniqueidentifier")
+                        .HasComment("甯搁┗鐪佷唤Id");
 
                     b.Property<string>("Remark")
                         .HasColumnType("nvarchar(max)")

--
Gitblit v1.9.1