LR-20210131IOQH\Administrator
2021-06-08 25ee4547943d25f75b9a526c9c2756b3b3ae7cb8
zhengcaioa/Model/zhengcaioaContext.cs
@@ -3132,6 +3132,24 @@
                    .HasDefaultValueSql("('')")
                    .HasComment("是业务经理");
                entity.Property(e => e.Isxmenter)
                   .HasMaxLength(1)
                   .HasColumnName("is_xmenter")
                   .HasDefaultValueSql("('')")
                   .HasComment("是项目录入");
                entity.Property(e => e.Iswdenter)
                   .HasMaxLength(1)
                   .HasColumnName("is_wdenter")
                   .HasDefaultValueSql("('')")
                   .HasComment("是问答录入");
                entity.Property(e => e.Istravelsubsidy)
                   .HasMaxLength(1)
                   .HasColumnName("is_travelsubsidy")
                   .HasDefaultValueSql("('')")
                   .HasComment("有交通补贴");
                entity.Property(e => e.Jg)
                    .HasMaxLength(500)
                    .HasColumnName("jg")
@@ -4377,6 +4395,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 +4407,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");