From ec87cf1ee2b9382bf9d089711f0ff82ae8e7077c Mon Sep 17 00:00:00 2001 From: jyy <jyy> Date: Wed, 09 Jun 2021 20:44:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/api_score_meger' into api_score_meger --- zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopCouponRecord.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopCouponRecord.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopCouponRecord.java index ff51f0e..33ed315 100644 --- a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopCouponRecord.java +++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopCouponRecord.java @@ -24,7 +24,7 @@ /** * 用户ID */ - private String userId; + private Long userId; /** @@ -59,11 +59,11 @@ } - public String getUserId() { + public Long getUserId() { return userId; } - public void setUserId(String userId) { + public void setUserId(Long userId) { this.userId=userId; } -- Gitblit v1.9.1