Commit 1f8a9311 by 吴一龙

fix StudioAxfOrderVO add merchantNo

parent aa6dd11c
...@@ -36,6 +36,9 @@ public class StudioAxfOrderVO { ...@@ -36,6 +36,9 @@ public class StudioAxfOrderVO {
@ApiModelProperty(value = "商户ID") @ApiModelProperty(value = "商户ID")
private Long merchantId; private Long merchantId;
@ApiModelProperty(value = "商户号")
private String merchantNo;
@ApiModelProperty(value = "商品ID") @ApiModelProperty(value = "商品ID")
private Long commodityId; private Long commodityId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment