Преглед изворни кода

删除StatStatus字段,多余的

lcl пре 1 година
родитељ
комит
7ec7f0e4f3
3 измењених фајлова са 0 додато и 5 уклоњено
  1. BIN
      .DS_Store
  2. 0 1
      PxcModels/TradeRecord.cs
  3. 0 4
      PxcModels/WebCMSEntities.cs

+ 0 - 1
PxcModels/TradeRecord.cs

@@ -41,6 +41,5 @@ namespace MySystem.PxcModels
         public int PayType { get; set; }
         public int VipFlag { get; set; }
         public int ActStatus { get; set; }
-        public int StatStatus { get; set; }
     }
 }

+ 0 - 4
PxcModels/WebCMSEntities.cs

@@ -17406,10 +17406,6 @@ namespace MySystem.PxcModels
 
                 entity.Property(e => e.Sort).HasColumnType("int(11)");
 
-                entity.Property(e => e.StatStatus)
-                    .HasColumnType("int(11)")
-                    .HasComment("统计标记");
-
                 entity.Property(e => e.Status).HasColumnType("int(11)");
 
                 entity.Property(e => e.TopUserId).HasColumnType("int(11)");