Commit 0a6fce20 authored by shiyu's avatar shiyu

返回限购数量

parent 2be4b365
...@@ -111,6 +111,11 @@ public class SupplierItemVo implements Entity { ...@@ -111,6 +111,11 @@ public class SupplierItemVo implements Entity {
*/ */
private Boolean isLimitBuy = true; private Boolean isLimitBuy = true;
/**
* 限购数量
*/
private Integer buyLimitNum;
/** /**
* 商品类型1一口价2竞拍 * 商品类型1一口价2竞拍
......
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