This commit is contained in:
张良(004796)
2024-01-03 18:30:13 +08:00
parent 1641b5f871
commit b22b4fba48
20 changed files with 393 additions and 65 deletions

View File

@@ -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;
}