|
@@ -32,7 +32,7 @@ public class WxOrder extends BaseBusinessEntity{
|
|
|
private Long id;
|
|
|
|
|
|
/** 商品ID(考场ID) */
|
|
|
- @Excel(name = "商品ID(考场ID)", readConverterExp = "考=场ID")
|
|
|
+ @Excel(name = "商品ID(考场ID)", readConverterExp = "考场ID")
|
|
|
@TableField("goods_id")
|
|
|
@ApiModelProperty(value = "商品ID(考场ID)")
|
|
|
private Long goodsId;
|
|
@@ -55,10 +55,10 @@ public class WxOrder extends BaseBusinessEntity{
|
|
|
@ApiModelProperty(value = "用户id")
|
|
|
private Long userId;
|
|
|
|
|
|
- /** unionid */
|
|
|
- @Excel(name = "unionid")
|
|
|
+ /** unionId */
|
|
|
+ @Excel(name = "unionId")
|
|
|
@TableField("union_id")
|
|
|
- @ApiModelProperty(value = "unionid")
|
|
|
+ @ApiModelProperty(value = "unionId")
|
|
|
private String unionId;
|
|
|
|
|
|
/** appid */
|