lichunlei 3 лет назад
Родитель
Сommit
3e2d37a73e
2 измененных файлов с 3 добавлено и 0 удалено
  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)");