username@email.com
2021-06-04 10b700dad2a510b83a5066aa5002dea8f4eb0e38
zhengcaioa/Model/zhengcaioaContext.cs
@@ -4377,6 +4377,11 @@
                    .HasMaxLength(50)
                    .HasColumnName("sex");
                entity.Property(e => e.ShenheStatus)
                    .HasMaxLength(1)
                    .HasColumnName("shenhe_status")
                    .HasDefaultValueSql("('D')");
                entity.Property(e => e.Sort)
                    .HasMaxLength(50)
                    .IsUnicode(false)
@@ -4384,6 +4389,26 @@
                entity.Property(e => e.TitileCerti).HasMaxLength(200);
                entity.Property(e => e.TitileCerti1).HasMaxLength(200);
                entity.Property(e => e.TitileCerti10).HasMaxLength(200);
                entity.Property(e => e.TitileCerti2).HasMaxLength(200);
                entity.Property(e => e.TitileCerti3).HasMaxLength(200);
                entity.Property(e => e.TitileCerti4).HasMaxLength(200);
                entity.Property(e => e.TitileCerti5).HasMaxLength(200);
                entity.Property(e => e.TitileCerti6).HasMaxLength(200);
                entity.Property(e => e.TitileCerti7).HasMaxLength(200);
                entity.Property(e => e.TitileCerti8).HasMaxLength(200);
                entity.Property(e => e.TitileCerti9).HasMaxLength(200);
                entity.Property(e => e.Wechat)
                    .HasMaxLength(20)
                    .HasColumnName("wechat");