lcl 1 год назад
Родитель
Сommit
4722f08dbf
5 измененных файлов с 0 добавлено и 10 удалено
  1. BIN
      .DS_Store
  2. 0 1
      Models/TradeRecord.cs
  3. 0 4
      Models/WebCMSEntities.cs
  4. 0 1
      PxcModels/TradeRecord.cs
  5. 0 4
      PxcModels/WebCMSEntities.cs

+ 0 - 1
Models/TradeRecord.cs

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

+ 0 - 4
Models/WebCMSEntities.cs

@@ -17435,10 +17435,6 @@ namespace MySystem.Models
 
                 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)");

+ 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

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