|
|
|
@@ -93,7 +93,7 @@ public class WxCouponOrderBVo extends WxCouponOrder { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="面额",name="price") |
|
|
|
private Integer price; |
|
|
|
|
|
|
|
@Excel(name = "所属业态", width = 50, orderNum = "11", replace = {"餐饮_1", "娱乐_2", "服饰_3", "亲子_4", "超市_5", "其它_6", "美妆_7", "珠宝_8", "服务_9", "家居_10", "_"}) |
|
|
|
@Excel(name = "所属业态", width = 50, orderNum = "11", replace = {"餐饮_1", "娱乐_2", "服饰_3", "亲子_4", "超市_5", "其它_6", "美妆_7", "珠宝_8", "服务_9", "家居_10", "_null"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "业态", name = "business") |
|
|
|
private Integer business; |
|
|
|
|
|
|
|
|