From c6a93bdf8cee5ac0878fa772b6362c499c62795f Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Mon, 22 Mar 2021 13:04:25 +0800
Subject: [PATCH] 积分商城15

---
 zq-erp/src/main/java/com/matrix/system/score/entity/ScoreVipDetail.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/score/entity/ScoreVipDetail.java b/zq-erp/src/main/java/com/matrix/system/score/entity/ScoreVipDetail.java
index f777ee6..8c6b859 100644
--- a/zq-erp/src/main/java/com/matrix/system/score/entity/ScoreVipDetail.java
+++ b/zq-erp/src/main/java/com/matrix/system/score/entity/ScoreVipDetail.java
@@ -42,7 +42,7 @@
 	/**
 	 * erp用户Id
 	 */
-	private String vipId;
+	private Long vipId;
 
 	
 	/**
@@ -99,7 +99,7 @@
 	 */
 
 
-	private String  businessId;
+	private Long  businessId;
 	
 	/**
 	 * 所属公司_id

--
Gitblit v1.9.1