Commit 02381b03 authored by zhaobiyan's avatar zhaobiyan

Merge branch 'dev' into 'master'

订单箱数

See merge request !1
parents b5768c79 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