店铺会员返回会员折扣信息

This commit is contained in:
张松
2025-10-24 14:59:53 +08:00
parent 826d91b64d
commit ee219f637c
2 changed files with 8 additions and 0 deletions

View File

@@ -158,5 +158,7 @@ public class ShopUser implements Serializable {
private String openType;
@Column(ignore = true)
private Integer discount;
@Column(ignore = true)
private Integer isMemberPrice;
}