记得上下班打卡 | git大法好,push需谨慎

Commit 851f2ecc authored by 胡佳晨's avatar 胡佳晨

增加 店铺名称字段

parent 3390bd92
......@@ -51,6 +51,10 @@ public class GoblinAppOrderListVo implements Serializable, Cloneable {
private String writeOffCode;
@ApiModelProperty(value = " sku")
List<GoblinOrderSkuVo> orderSkuVos;
@ApiModelProperty(value = " 混合售id")
private String mixId;
@ApiModelProperty(value = " 混合售名称")
private String mixName;
private static final GoblinAppOrderListVo obj = new GoblinAppOrderListVo();
public static GoblinAppOrderListVo getNew() {
......
......@@ -63,6 +63,11 @@ public class GoblinNftOrderDetailsVo implements Serializable, Cloneable {
@ApiModelProperty(value = "商品信息")
GoblinNftOrderGoodsSkuInfoVo goodsSkuInfoVo;
@ApiModelProperty(value = " 混合售id")
private String mixId;
@ApiModelProperty(value = " 混合售名称")
private String mixName;
private static final GoblinNftOrderDetailsVo obj = new GoblinNftOrderDetailsVo();
public static GoblinNftOrderDetailsVo getNew() {
......@@ -86,6 +91,8 @@ public class GoblinNftOrderDetailsVo implements Serializable, Cloneable {
this.setPriceActual(source.getPriceActual());
this.setStatus(source.getStatus());
this.setCreatedAt(source.getCreatedAt());
this.setMixId(source.getMixId());
this.setMixName(source.getMixName());
return this;
}
......
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