Commit ab6d9d3f authored by xyt's avatar xyt

问题修改

parent 70792645
...@@ -91,4 +91,9 @@ public class CommodityDetailRequest { ...@@ -91,4 +91,9 @@ public class CommodityDetailRequest {
* 品牌id * 品牌id
*/ */
private Long brandId; private Long brandId;
/**
* 是否包括阶梯价格
*/
private Boolean isMorePrice;
} }
...@@ -52,4 +52,9 @@ public class CommonCommodityPlatformRequest extends PageVO implements Serializab ...@@ -52,4 +52,9 @@ public class CommonCommodityPlatformRequest extends PageVO implements Serializab
* 供应会员 * 供应会员
*/ */
private String memberName; private String memberName;
/**
* 是否包括阶梯价格
*/
private Boolean isMorePrice;
} }
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