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