|
|
|
@@ -22,6 +22,8 @@ public class WxCardInfo extends TenantEntity { |
|
|
|
@Excel(name = "卡号", width = 20, orderNum = "1") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="主键ID-与coupon_order_id一致",name="id") |
|
|
|
protected Long id; |
|
|
|
@TableField(exist = false) |
|
|
|
protected Long idLike; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="卡密编码",name="couponPasswordId") |
|
|
|
protected Long couponPasswordId; |
|
|
|
@TableField(exist = false) |
|
|
|
|