Commit aa7a6a3f authored by shiyu's avatar shiyu

商品详情价格单位2

parent bfda6e3e
...@@ -29,6 +29,11 @@ public class DistributionOrderVo implements Entity { ...@@ -29,6 +29,11 @@ public class DistributionOrderVo 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