积分商品填充优惠券关联
This commit is contained in:
@@ -126,5 +126,12 @@ public class MkPointsGoods implements Serializable {
|
||||
* 逻辑删除标志 1-是 0-否
|
||||
*/
|
||||
private Integer delFlag;
|
||||
/**
|
||||
* 优惠券信息
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private ShopCoupon couponInfo;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user