|
|
|
@@ -22,6 +22,9 @@ public class WxCardSpendVo extends WxCardSpend { |
|
|
|
@Excel(name = "卡号", width = 20, orderNum = "2") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="卡号",name="cardId") |
|
|
|
private Long cardId; |
|
|
|
@Excel(name = "绑定的实体卡卡号", width = 20, orderNum = "2") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="绑定的实体卡号",name="couponPasswordId") |
|
|
|
private Long couponPasswordId; |
|
|
|
@Excel(name = "消费者", width = 20, orderNum = "3") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="持有人昵称",name="onickName") |
|
|
|
private String onickName; |
|
|
|
|