会员积分问题修复

This commit is contained in:
Tankaikai
2025-03-17 17:16:06 +08:00
parent e684ea1498
commit 732e780db4
9 changed files with 21 additions and 22 deletions

View File

@@ -33,9 +33,9 @@ public class MemberPointsLog implements Serializable {
*/
private Long shopId;
/**
* 用户id
* 店铺用户id
*/
private Long userId;
private Long shopUserId;
/**
* 摘要信息(如:兑换某个商品/消费多少钱/充值多少钱/新会员赠送积分等)
*/

View File

@@ -55,9 +55,9 @@ public class PointsExchangeRecord implements Serializable {
*/
private String pickupMethod;
/**
* 用户id
* 店铺用户id
*/
private Long userId;
private Long shopUserId;
/**
* 用户昵称
*/

View File

@@ -20,7 +20,7 @@ public class ConsumeAwardPointsParam implements Serializable {
/**
* 用户ID(shopUserId)
*/
private Long userId;
private Long shopUserId;
/**
* 订单ID
*/

View File

@@ -20,7 +20,7 @@ public class PayedDeductPointsParam implements Serializable {
/**
* 用户ID(shopUserId)
*/
private Long userId;
private Long shopUserId;
/**
* 消耗积分
*/