Commit fdb61b24 authored by 332784038@qq.com's avatar 332784038@qq.com

订单箱数

parent b5768c79
......@@ -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