Commit 85d47e37 authored by zhengyi's avatar zhengyi

Merge remote-tracking branch 'origin/dev' into dev

parents 9eac2333 fdb61b24
......@@ -14,6 +14,9 @@ public class BoxOrderInstallVO {
@ApiModelProperty("订单编号")
private String orderNo;
@ApiModelProperty("订单箱数")
private Integer sumNum;
@ApiModelProperty("箱数是否大于1")
private Boolean boxNumMoreOne;
}
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