Przeglądaj źródła

更新main数据库字段

lichunlei 3 lat temu
rodzic
commit
3e2d37a73e
2 zmienionych plików z 3 dodań i 0 usunięć
  1. 1 0
      Models/UserAccount.cs
  2. 2 0
      Models/WebCMSEntities.cs

+ 1 - 0
Models/UserAccount.cs

@@ -42,5 +42,6 @@ namespace MySystem.Models
         public decimal ThisMonthPreAmount { get; set; }
         public decimal ValidPreAmount { get; set; }
         public decimal SmallStoreDeposit { get; set; }
+        public decimal StoreDeposit { get; set; }
     }
 }

+ 2 - 0
Models/WebCMSEntities.cs

@@ -15102,6 +15102,8 @@ namespace MySystem.Models
 
                 entity.Property(e => e.Status).HasColumnType("int(11)");
 
+                entity.Property(e => e.StoreDeposit).HasColumnType("decimal(18,2)");
+
                 entity.Property(e => e.TeamTotalOverProfit).HasColumnType("decimal(18,2)");
 
                 entity.Property(e => e.TeamTotalProfit).HasColumnType("decimal(18,2)");