| | |
| | | @TableField("update_user_id") |
| | | private Long updateUserId; |
| | | |
| | | /** |
| | | * 优惠券来源1平台2商户 |
| | | */ |
| | | @TableField("coupon_from") |
| | | private Integer coupon_from; |
| | | |
| | | /** |
| | | * 商户id |
| | | */ |
| | | @TableField("shop_id") |
| | | private Long shop_id; |
| | | |
| | | /** |
| | | * 关联商品ids |
| | | */ |
| | | @TableField("rel_goods_ids") |
| | | private String rel_goods_ids; |
| | | |
| | | /** |
| | | * 审核状态1申请中2审核通过3审核拒绝 |
| | | */ |
| | | @TableField("audit_status") |
| | | private Integer audit_status; |
| | | |
| | | /** |
| | | * 审核理由 |
| | | */ |
| | | @TableField("audit_reason") |
| | | private String audit_reason; |
| | | |
| | | /** |
| | | * 关联类型 |
| | | */ |
| | | @TableField("relation_type") |
| | | private Integer relationType; |
| | | |
| | | /** |
| | | * 关联活动id |
| | | */ |
| | | @TableField("relation_activity_id") |
| | | private String relationActivityId; |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |