From 87c9fd2d4105f3e3e2736ddb478f2767bd6ff2de Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 06 Nov 2023 11:26:17 +0800
Subject: [PATCH] 考试名称修改

---
 src/main/java/org/springblade/modules/vip/entity/UserVip.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/vip/entity/UserVip.java b/src/main/java/org/springblade/modules/vip/entity/UserVip.java
index d60a482..0ddba73 100644
--- a/src/main/java/org/springblade/modules/vip/entity/UserVip.java
+++ b/src/main/java/org/springblade/modules/vip/entity/UserVip.java
@@ -10,7 +10,7 @@
 import java.util.Date;
 
 /**
- * 用户会员实体类
+ * 用户会员实体类(已缴费的)
  *
  * @author zhongrj
  * @since 2020-02-21
@@ -64,7 +64,7 @@
 	/**
 	 * 报名id
 	 */
-	private Integer applyId;
+	private Long applyId;
 
 
 

--
Gitblit v1.9.3