sunpengfei
2025-08-21 145c1d52feed52b494d3e2d19f3ecd1da11b8979
FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs
@@ -32,7 +32,8 @@
                        .HasColumnType("int");
                    b.Property<string>("Code")
                        .HasColumnType("nvarchar(max)");
                        .HasMaxLength(32)
                        .HasColumnType("nvarchar(32)");
                    b.Property<DateTime?>("CompletedTime")
                        .HasColumnType("datetime2");
@@ -89,6 +90,9 @@
                    b.Property<Guid?>("UpdatedUserId")
                        .HasColumnType("uniqueidentifier");
                    b.Property<string>("WxmpQrCode")
                        .HasColumnType("nvarchar(max)");
                    b.HasKey("Id");
@@ -556,6 +560,9 @@
                    b.Property<string>("ProxyPowerAttorneyUrl")
                        .HasColumnType("nvarchar(max)");
                    b.Property<string>("RealId")
                        .HasColumnType("nvarchar(max)");
                    b.Property<string>("SocietyCreditCode")
                        .IsRequired()
                        .HasMaxLength(18)