From 9852206ac03172278a23cb09ff5cecd6e45f4ad2 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 24 Mar 2021 17:41:34 +0800 Subject: [PATCH] 分销设置自购返佣 --- 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