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

Commit 5347b9ab authored by 胡佳晨's avatar 胡佳晨

汇付回调

parent b0349880
......@@ -37,6 +37,8 @@ public class GoblinAppOrderListVo implements Serializable, Cloneable {
private String marketId;
@ApiModelProperty(value = "活动类型[ZZ-正在下单]")
private String marketType;
@ApiModelProperty(value = "正在状态[0-未出货|1-已出货]")
private Integer zhengzaiStatus;
@ApiModelProperty(value = " sku")
List<GoblinOrderSkuVo> orderSkuVos;
private static final GoblinAppOrderListVo obj = new GoblinAppOrderListVo();
......
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