123
This commit is contained in:
@@ -38,6 +38,10 @@ public class VipOrder implements Serializable {
|
||||
* VIP名称
|
||||
*/
|
||||
private String vipName;
|
||||
/**
|
||||
* vip类型
|
||||
*/
|
||||
private Integer vipType;
|
||||
/**
|
||||
* VIP时长
|
||||
*/
|
||||
@@ -81,4 +85,6 @@ public class VipOrder implements Serializable {
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private Long adminId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user