用户端获取分享的基础配置
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.czg.market.entity;
|
||||
|
||||
import com.czg.market.dto.ShopCouponDTO;
|
||||
import com.mybatisflex.annotation.Column;
|
||||
import com.mybatisflex.annotation.Id;
|
||||
import com.mybatisflex.annotation.Table;
|
||||
@@ -57,6 +58,11 @@ public class MkShareBase implements Serializable {
|
||||
* 分享人奖励的优惠券ID,关联优惠券表
|
||||
*/
|
||||
private Long sharerCouponId;
|
||||
/**
|
||||
* 分享人奖励的优惠券信息
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private ShopCouponDTO sharerCoupon;
|
||||
/**
|
||||
* 分享人奖励的优惠券名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user