lcl 1 рік тому
батько
коміт
7b192db172
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

@@ -17825,10 +17825,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)");