Browse Source

删除冗余字段

DuGuYang 11 tháng trước cách đây
mục cha
commit
415cbdbe31
2 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 1
      Models/Main1/MerchantAddInfo.cs
  2. 0 4
      Models/Main1/WebCMSEntities.cs

+ 0 - 1
Models/Main1/MerchantAddInfo.cs

@@ -145,6 +145,5 @@ namespace MySystem.Models.Main1
         public string AliMerchantId { get; set; }
         public string WeChatMerchantId { get; set; }
         public string MerchantType { get; set; }
-        public int PlaceType { get; set; }
     }
 }

+ 0 - 4
Models/Main1/WebCMSEntities.cs

@@ -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)")