|
@@ -5975,10 +5975,6 @@ namespace MySystem.Models.Main1
|
|
|
.HasCharSet("utf8")
|
|
|
.HasCollation("utf8_general_ci");
|
|
|
|
|
|
- entity.Property(e => e.PlaceType)
|
|
|
- .HasColumnType("int(11)")
|
|
|
- .HasComment("场所类型");
|
|
|
-
|
|
|
entity.Property(e => e.ProductImg)
|
|
|
.HasColumnName("productImg")
|
|
|
.HasColumnType("varchar(200)")
|