|
@@ -9,6 +9,7 @@ public class PayGoods {
|
|
private String sceneNum;
|
|
private String sceneNum;
|
|
private Integer type; //0专业会员,1高级会员,2下载,3配件
|
|
private Integer type; //0专业会员,1高级会员,2下载,3配件
|
|
private Integer goodsId;
|
|
private Integer goodsId;
|
|
|
|
+ private Integer monthQy = 1;
|
|
|
|
|
|
public PayGoods(String name, Integer count,Integer type) {
|
|
public PayGoods(String name, Integer count,Integer type) {
|
|
this.name = name;
|
|
this.name = name;
|
|
@@ -16,6 +17,13 @@ public class PayGoods {
|
|
this.type = type;
|
|
this.type = type;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public PayGoods(String name, Integer count,Integer type,Integer monthQy) {
|
|
|
|
+ this.name = name;
|
|
|
|
+ this.count = count;
|
|
|
|
+ this.type = type;
|
|
|
|
+ this.monthQy = monthQy;
|
|
|
|
+ }
|
|
|
|
+
|
|
public PayGoods(String name, Integer count,String sceneNum,Integer type) {
|
|
public PayGoods(String name, Integer count,String sceneNum,Integer type) {
|
|
this.name = name;
|
|
this.name = name;
|
|
this.count = count;
|
|
this.count = count;
|