This commit is contained in:
张良(004796)
2024-03-12 15:27:05 +08:00
parent 2bd2871df0
commit 7bc31dc69e
22 changed files with 298 additions and 90 deletions

View File

@@ -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
*/