| | |
| | | .HasMaxLength(50) |
| | | .HasColumnName("ywjl") |
| | | .HasComment("业务经理"); |
| | | |
| | | entity.Property(e => e.Yufukuan) |
| | | .HasColumnType("money") |
| | | .HasColumnName("yufukuan"); |
| | | |
| | | entity.Property(e => e.Shouxinedu) |
| | | .HasColumnType("money") |
| | | .HasColumnName("shouxinedu"); |
| | | |
| | | entity.Property(e => e.Shenyushouxin) |
| | | .HasColumnType("money") |
| | | .HasColumnName("shenyushouxin"); |
| | | }); |
| | | |
| | | modelBuilder.Entity<CusFangwenjilu>(entity => |
| | |
| | | .HasColumnName("purchaser_name"); |
| | | |
| | | entity.Property(e => e.Questioned) |
| | | .HasMaxLength(50) |
| | | .HasMaxLength(300) |
| | | .HasColumnName("questioned"); |
| | | |
| | | entity.Property(e => e.RequestInfo) |
| | |
| | | .HasColumnName("respond_date"); |
| | | |
| | | entity.Property(e => e.Respondent) |
| | | .HasMaxLength(50) |
| | | .HasMaxLength(300) |
| | | .HasColumnName("respondent"); |
| | | |
| | | entity.Property(e => e.ResultnoticeDate) |