Przeglądaj źródła

删除StatStatus字段

lcl 1 rok temu
rodzic
commit
7b192db172
3 zmienionych plików z 0 dodań i 5 usunięć
  1. BIN
      .DS_Store
  2. 0 1
      PxcModels/TradeRecord.cs
  3. 0 4
      PxcModels/WebCMSEntities.cs

BIN
.DS_Store


+ 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)");