Jelajahi Sumber

删除StatStatus字段,多余的

lcl 1 tahun lalu
induk
melakukan
7ec7f0e4f3
3 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. TEMPAT SAMPAH
      .DS_Store
  2. 0 1
      PxcModels/TradeRecord.cs
  3. 0 4
      PxcModels/WebCMSEntities.cs

TEMPAT SAMPAH
.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

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