init
This commit is contained in:
@@ -41,6 +41,10 @@ public class VipOrder implements Serializable {
|
||||
* 1-普通会员 2-黄金会员 3-钻石会员
|
||||
*/
|
||||
private Integer vipType;
|
||||
/**
|
||||
* 开通月份
|
||||
*/
|
||||
private Integer vipMonth;
|
||||
/**
|
||||
* 1-月卡 2-季卡 3-年卡
|
||||
*/
|
||||
@@ -81,7 +85,7 @@ public class VipOrder implements Serializable {
|
||||
/**
|
||||
* 是否为后台管理新增
|
||||
*/
|
||||
private String admin;
|
||||
private Boolean admin;
|
||||
/**
|
||||
* 后台操作管理员ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user