Commit 31b6fec7 authored by shiyu's avatar shiyu

商品数量

parent 3c897d11
...@@ -39,6 +39,11 @@ public class DistributionOrderDetailVo implements Entity { ...@@ -39,6 +39,11 @@ public class DistributionOrderDetailVo implements Entity {
*/ */
private String itemName; private String itemName;
/**
* 商品数量
*/
private Integer itemNum;
/** /**
* 买方id * 买方id
*/ */
......
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