username@email.com
2021-07-05 98cd7063d9b9a1570dcfbac92f5c2b35d904868b
zhengcaioa/Model/zhengcaioaContext.cs
@@ -1684,6 +1684,10 @@
                    .HasColumnName("sheng")
                    .HasComment("省");
                entity.Property(e => e.Shifoutianjiaweixin)
                    .HasMaxLength(1)
                    .HasColumnName("shifoutianjiaweixin");
                entity.Property(e => e.ShrAddress)
                    .HasMaxLength(500)
                    .HasColumnName("shr_address")
@@ -1708,6 +1712,10 @@
                    .HasMaxLength(500)
                    .HasColumnName("url")
                    .HasComment("网址");
                entity.Property(e => e.Weixin)
                    .HasMaxLength(50)
                    .HasColumnName("weixin");
                entity.Property(e => e.YwName)
                    .HasMaxLength(500)
@@ -3000,6 +3008,10 @@
                    .HasColumnName("sheng")
                    .HasComment("省");
                entity.Property(e => e.Shifoutianjiaweixin)
                    .HasMaxLength(1)
                    .HasColumnName("shifoutianjiaweixin");
                entity.Property(e => e.ShrAddress)
                    .HasMaxLength(500)
                    .HasColumnName("shr_address")
@@ -3024,6 +3036,10 @@
                    .HasMaxLength(500)
                    .HasColumnName("url")
                    .HasComment("网址");
                entity.Property(e => e.Weixin)
                    .HasMaxLength(50)
                    .HasColumnName("weixin");
                entity.Property(e => e.Yixiang).HasMaxLength(50);
@@ -4006,6 +4022,7 @@
                    .HasMaxLength(50)
                    .HasColumnName("userId");
            });
            modelBuilder.Entity<Project>(entity =>
            {
                entity.ToTable("Project");
@@ -4075,21 +4092,21 @@
                    .HasMaxLength(500)
                    .HasColumnName("drhx");
                entity.Property(e => e.DrhxPrice)
                    .HasMaxLength(500)
                    .HasColumnName("drhx_price");
                entity.Property(e => e.DrhxDefen)
                    .HasColumnType("money")
                    .HasColumnName("drhx_defen");
                entity.Property(e => e.DshxDefen)
                   .HasColumnType("money")
                   .HasColumnName("dshx_defen");
                entity.Property(e => e.DrhxPrice)
                    .HasMaxLength(500)
                    .HasColumnName("drhx_price");
                entity.Property(e => e.Dshx)
                    .HasMaxLength(500)
                    .HasColumnName("dshx");
                entity.Property(e => e.DshxDefen)
                    .HasColumnType("money")
                    .HasColumnName("dshx_defen");
                entity.Property(e => e.DshxPrice)
                    .HasMaxLength(500)
@@ -4103,6 +4120,8 @@
                    .HasMaxLength(100)
                    .HasColumnName("feibiaocishu");
                entity.Property(e => e.Fencha).HasColumnType("money");
                entity.Property(e => e.Modifier)
                    .IsRequired()
                    .HasMaxLength(50)