lichunlei пре 3 година
родитељ
комит
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 ThisMonthPreAmount { get; set; }
         public decimal ValidPreAmount { get; set; }
         public decimal ValidPreAmount { get; set; }
         public decimal SmallStoreDeposit { 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.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.TeamTotalOverProfit).HasColumnType("decimal(18,2)");
 
 
                 entity.Property(e => e.TeamTotalProfit).HasColumnType("decimal(18,2)");
                 entity.Property(e => e.TeamTotalProfit).HasColumnType("decimal(18,2)");