|
|
@ -694,11 +694,11 @@ namespace WY.NewJit.EntityFrameworkCore |
|
|
|
b.Property(e => e.Vin).HasColumnType("varchar").HasMaxLength(50); |
|
|
|
b.Property(e => e.SerialNum).HasColumnType("varchar").HasMaxLength(50); |
|
|
|
b.Property(e => e.VehicleModelCode).HasColumnType("varchar").HasMaxLength(50); |
|
|
|
b.Property(e => e.VehicleModelName).HasColumnType("nvarchar").HasMaxLength(200); |
|
|
|
b.Property(e => e.VehicleModelName).HasColumnType("nvarchar").HasMaxLength(1000); |
|
|
|
b.Property(e => e.SpecDesc).HasColumnType("varchar").HasMaxLength(50); |
|
|
|
b.Property(e => e.VehicleModel).HasColumnType("varchar").HasMaxLength(200); |
|
|
|
b.Property(e => e.AfficheVehicleModel).HasColumnType("nvarchar").HasMaxLength(200); |
|
|
|
b.Property(e => e.SpecialCarLogo).HasColumnType("nvarchar").HasMaxLength(200); |
|
|
|
b.Property(e => e.AfficheVehicleModel).HasColumnType("nvarchar").HasMaxLength(1000); |
|
|
|
b.Property(e => e.SpecialCarLogo).HasColumnType("nvarchar").HasMaxLength(1000); |
|
|
|
b.Property(e => e.Remark).HasColumnType("nvarchar").HasMaxLength(500); |
|
|
|
b.Property(e => e.CreatePerson).HasColumnType("nvarchar").HasMaxLength(50); |
|
|
|
b.Property(e => e.ImportPerson).HasColumnType("nvarchar").HasMaxLength(50); |
|
|
|