|
@@ -97,7 +97,6 @@ public class RenewalView {
|
|
|
private Long userId;
|
|
private Long userId;
|
|
|
|
|
|
|
|
@DbField("gr.expiry_time")
|
|
@DbField("gr.expiry_time")
|
|
|
- @JsonIgnore
|
|
|
|
|
private Date expiryTime;
|
|
private Date expiryTime;
|
|
|
|
|
|
|
|
@DbIgnore
|
|
@DbIgnore
|
|
@@ -245,4 +244,5 @@ public class RenewalView {
|
|
|
* 目前已升级套餐价格
|
|
* 目前已升级套餐价格
|
|
|
*/
|
|
*/
|
|
|
@DbIgnore
|
|
@DbIgnore
|
|
|
- private BigDecimal packagePrice;}
|
|
|
|
|
|
|
+ private BigDecimal packagePrice;
|
|
|
|
|
+}
|