类 MerchantProductParam

java.lang.Object
com.walker.web.param.ParamRequest
com.ishop.mobile.pojo.MerchantProductParam

public class MerchantProductParam extends com.walker.web.param.ParamRequest
进入商户首页,搜索商品条件。
作者:
时克英
  • 构造器详细资料

    • MerchantProductParam

      public MerchantProductParam()
  • 方法详细资料

    • getMerId

      public Integer getMerId()
    • setMerId

      public void setMerId(Integer merId)
    • getKeyword

      public String getKeyword()
    • setKeyword

      public void setKeyword(String keyword)
    • getCid

      public Integer getCid()
    • setCid

      public void setCid(Integer cid)
    • getPriceOrder

      public String getPriceOrder()
    • setPriceOrder

      public void setPriceOrder(String priceOrder)
    • getSalesOrder

      public String getSalesOrder()
    • setSalesOrder

      public void setSalesOrder(String salesOrder)
    • getMinPrice

      public Double getMinPrice()
    • setMinPrice

      public void setMinPrice(Double minPrice)
    • getMaxPrice

      public Double getMaxPrice()
    • setMaxPrice

      public void setMaxPrice(Double maxPrice)