|
@@ -136,6 +136,27 @@ namespace GxPress.Result.Media
|
|
|
|
|
|
|
|
|
public string Creator { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public decimal IosDiscountPrice { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public decimal IosPrice { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public decimal OtherDiscountPrice { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public decimal OtherPrice { get; set; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public decimal FreeProportion { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
@@ -162,27 +183,7 @@ namespace GxPress.Result.Media
|
|
|
|
|
|
public int Sort { get; set; }
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- public decimal IosDiscountPrice { get; set; }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- public decimal IosPrice { get; set; }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- public decimal OtherDiscountPrice { get; set; }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- public decimal OtherPrice { get; set; }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- public decimal FreeProportion { get; set; }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|