瀏覽代碼

去掉字段

lcl 1 年之前
父節點
當前提交
4722f08dbf
共有 5 個文件被更改,包括 0 次插入10 次删除
  1. 二進制
      .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

二進制
.DS_Store


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