From 5632ae9ae36760932c1aeb1b43f954c0367379f2 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 29 Mar 2021 14:18:58 +0800 Subject: [PATCH] modify --- 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