username@email.com
2021-08-13 bdeea0f54fcdb94531d404e9b720d0086d5cca96
zhengcaioa/Model/zhengcaioaContext.cs
@@ -1114,6 +1114,12 @@
                entity.Property(e => e.HuiyuanPhone).HasMaxLength(50);
                entity.Property(e => e.BankAcount).HasMaxLength(50);
                entity.Property(e => e.BankName).HasMaxLength(50);
                entity.Property(e => e.Username).HasMaxLength(50);
                entity.Property(e => e.Jine)
                    .HasColumnType("money")
                    .HasDefaultValueSql("((0))");
@@ -3884,7 +3890,7 @@
                    .HasColumnName("shenhetime");
                entity.Property(e => e.Shiyongfatiao)
                    .HasMaxLength(500)
                    .HasMaxLength(1000)
                    .HasColumnName("shiyongfatiao");
            });
            modelBuilder.Entity<LiaotianShoucang>(entity =>
@@ -4926,6 +4932,10 @@
                    .HasColumnType("money")
                    .HasColumnName("drhx_defen");
                entity.Property(e => e.Caigouyusuan)
                   .HasColumnType("money")
                   .HasColumnName("caigouyusuan");
                entity.Property(e => e.DrhxPrice)
                    .HasMaxLength(500)
                    .HasColumnName("drhx_price");