空白字符问题
This commit is contained in:
@@ -40,11 +40,15 @@ public class MkPointsUserRecord implements Serializable {
|
||||
* 积分用户Id
|
||||
*/
|
||||
private Long mkPointsUserId;
|
||||
private Long shopId;
|
||||
private Long shopUserId;
|
||||
|
||||
/**
|
||||
* 摘要信息(如:兑换某个商品/消费多少钱/充值多少钱/新会员赠送积分等)
|
||||
*/
|
||||
private String content;
|
||||
@Column(ignore = true)
|
||||
private String shopName;
|
||||
|
||||
/**
|
||||
* 订单编号
|
||||
|
||||
Reference in New Issue
Block a user