| | |
| | | .HasColumnName("createtime") |
| | | .HasDefaultValueSql("(getdate())"); |
| | | |
| | | entity.Property(e => e.HuifangJdr) |
| | | .HasMaxLength(100) |
| | | .HasColumnName("huifang_jdr"); |
| | | |
| | | entity.Property(e => e.HuifangKehuyijian) |
| | | .HasMaxLength(500) |
| | | .HasColumnName("huifang_kehuyijian"); |
| | | |
| | | entity.Property(e => e.HuifangStatus) |
| | | .HasMaxLength(2) |
| | | .HasColumnName("huifang_status") |
| | |
| | | .HasColumnName("shr_tel") |
| | | .HasComment("联系电话"); |
| | | |
| | | entity.Property(e => e.SonghuoDanhao) |
| | | .HasMaxLength(100) |
| | | .HasColumnName("songhuo_danhao"); |
| | | |
| | | entity.Property(e => e.SonghuoGongsi) |
| | | .HasMaxLength(100) |
| | | .HasColumnName("songhuo_gongsi"); |
| | | |
| | | entity.Property(e => e.SonghuoStatus) |
| | | .HasMaxLength(2) |
| | | .HasColumnName("songhuo_status") |
| | | .HasDefaultValueSql("('D')") |
| | | .HasComment("送货状态"); |
| | | |
| | | entity.Property(e => e.SonghuoTime1) |
| | | .HasColumnType("datetime") |
| | | .HasColumnName("songhuo_time"); |
| | | |
| | | entity.Property(e => e.Songhuoer) |
| | | .HasMaxLength(50) |
| | | .HasColumnName("songhuoer"); |