File was renamed from fanli/src/main/java/com/yeshi/fanli/dto/taobao/haodanku/HDKSearchFilter.java |
| | |
| | | package com.yeshi.fanli.dto.taobao.haodanku;
|
| | |
|
| | | public class HDKSearchFilter {
|
| | | private Integer minId;// 页码
|
| | | private Integer back;// 页数量
|
| | | private Integer nav;// 默认是全部商品1(1实时跑单商品,2爆单榜商品,3全部商品,4纯视频单,5聚淘专区)
|
| | | private Integer sort;// 排序类型
|
| | | private Integer priceMin;// 券后价筛选,筛选大于等于所设置的券后价的商品
|
| | | private Integer priceMax;// 券后价筛选,筛选小于等于所设置的券后价的商品
|
| | | private Integer saleMin;// 销量筛选,筛选大于等于所设置的销量的商品
|
| | | private Integer saleMax;// 销量筛选,筛选小于等于所设置的销量的商品
|
| | | private Integer couponMin;// 券金额筛选,筛选大于等于所设置的券金额的商品
|
| | | private Integer couponMax;// 券金额筛选,筛选小于等于所设置的券金额的商品
|
| | | private Integer tkratesMin;// 佣金比例筛选,筛选大于等于所设置的佣金比例的商品
|
| | | private Integer tkratesMax;// 佣金比例筛选,筛选小于所设置的佣金比例的商品
|
| | | private Integer tkmoneyMin;// 佣金筛选,筛选大于等于所设置的佣金的商品
|
| | | private Integer itemType;// 是否只获取营销返利商品,1是,0否
|
| | | private String cid;// 商品类目: 商品类目:
|
| | | //0全部,1女装,2男装,3内衣,4美妆,5配饰,6鞋品,7箱包,8儿童,9母婴,10居家,11美食,12数码,13家电,14其他,15车品,16文体,17宠物(支持多类目筛选,如1,2获取类目为女装、男装的商品,逗号仅限英文逗号)
|
| | | |
| | | |
| | | public Integer getMinId() {
|
| | | return minId;
|
| | | }
|
| | |
|
| | | public void setMinId(Integer minId) {
|
| | | this.minId = minId;
|
| | | }
|
| | |
|
| | | public Integer getBack() {
|
| | | return back;
|
| | | }
|
| | |
|
| | | public void setBack(Integer back) {
|
| | | this.back = back;
|
| | | }
|
| | |
|
| | | public Integer getNav() {
|
| | | return nav;
|
| | | }
|
| | |
|
| | | public void setNav(Integer nav) {
|
| | | this.nav = nav;
|
| | | }
|
| | |
|
| | | public String getCid() {
|
| | | return cid;
|
| | | }
|
| | |
|
| | | public void setCid(String cid) {
|
| | | this.cid = cid;
|
| | | }
|
| | |
|
| | | public Integer getSort() {
|
| | | return sort;
|
| | | }
|
| | |
|
| | | public void setSort(Integer sort) {
|
| | | this.sort = sort;
|
| | | }
|
| | |
|
| | | public Integer getPriceMin() {
|
| | | return priceMin;
|
| | | }
|
| | |
|
| | | public void setPriceMin(Integer priceMin) {
|
| | | this.priceMin = priceMin;
|
| | | }
|
| | |
|
| | | public Integer getPriceMax() {
|
| | | return priceMax;
|
| | | }
|
| | |
|
| | | public void setPriceMax(Integer priceMax) {
|
| | | this.priceMax = priceMax;
|
| | | }
|
| | |
|
| | | public Integer getSaleMin() {
|
| | | return saleMin;
|
| | | }
|
| | |
|
| | | public void setSaleMin(Integer saleMin) {
|
| | | this.saleMin = saleMin;
|
| | | }
|
| | |
|
| | | public Integer getSaleMax() {
|
| | | return saleMax;
|
| | | }
|
| | |
|
| | | public void setSaleMax(Integer saleMax) {
|
| | | this.saleMax = saleMax;
|
| | | }
|
| | |
|
| | | public Integer getCouponMin() {
|
| | | return couponMin;
|
| | | }
|
| | |
|
| | | public void setCouponMin(Integer couponMin) {
|
| | | this.couponMin = couponMin;
|
| | | }
|
| | |
|
| | | public Integer getCouponMax() {
|
| | | return couponMax;
|
| | | }
|
| | |
|
| | | public void setCouponMax(Integer couponMax) {
|
| | | this.couponMax = couponMax;
|
| | | }
|
| | |
|
| | | public Integer getTkratesMin() {
|
| | | return tkratesMin;
|
| | | }
|
| | |
|
| | | public void setTkratesMin(Integer tkratesMin) {
|
| | | this.tkratesMin = tkratesMin;
|
| | | }
|
| | |
|
| | | public Integer getTkratesMax() {
|
| | | return tkratesMax;
|
| | | }
|
| | |
|
| | | public void setTkratesMax(Integer tkratesMax) {
|
| | | this.tkratesMax = tkratesMax;
|
| | | }
|
| | |
|
| | | public Integer getTkmoneyMin() {
|
| | | return tkmoneyMin;
|
| | | }
|
| | |
|
| | | public void setTkmoneyMin(Integer tkmoneyMin) {
|
| | | this.tkmoneyMin = tkmoneyMin;
|
| | | }
|
| | |
|
| | | public Integer getItemType() {
|
| | | return itemType;
|
| | | }
|
| | |
|
| | | public void setItemType(Integer itemType) {
|
| | | this.itemType = itemType;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.goods.facade.dto.taobao.haodanku; |
| | | |
| | | public class HDKSearchFilter { |
| | | private Integer minId;// 页码 |
| | | private Integer back;// 页数量 |
| | | private Integer nav;// 默认是全部商品1(1实时跑单商品,2爆单榜商品,3全部商品,4纯视频单,5聚淘专区) |
| | | private Integer sort;// 排序类型 |
| | | private Integer priceMin;// 券后价筛选,筛选大于等于所设置的券后价的商品 |
| | | private Integer priceMax;// 券后价筛选,筛选小于等于所设置的券后价的商品 |
| | | private Integer saleMin;// 销量筛选,筛选大于等于所设置的销量的商品 |
| | | private Integer saleMax;// 销量筛选,筛选小于等于所设置的销量的商品 |
| | | private Integer couponMin;// 券金额筛选,筛选大于等于所设置的券金额的商品 |
| | | private Integer couponMax;// 券金额筛选,筛选小于等于所设置的券金额的商品 |
| | | private Integer tkratesMin;// 佣金比例筛选,筛选大于等于所设置的佣金比例的商品 |
| | | private Integer tkratesMax;// 佣金比例筛选,筛选小于所设置的佣金比例的商品 |
| | | private Integer tkmoneyMin;// 佣金筛选,筛选大于等于所设置的佣金的商品 |
| | | private Integer itemType;// 是否只获取营销返利商品,1是,0否 |
| | | private String cid;// 商品类目: 商品类目: |
| | | //0全部,1女装,2男装,3内衣,4美妆,5配饰,6鞋品,7箱包,8儿童,9母婴,10居家,11美食,12数码,13家电,14其他,15车品,16文体,17宠物(支持多类目筛选,如1,2获取类目为女装、男装的商品,逗号仅限英文逗号) |
| | | |
| | | |
| | | public Integer getMinId() { |
| | | return minId; |
| | | } |
| | | |
| | | public void setMinId(Integer minId) { |
| | | this.minId = minId; |
| | | } |
| | | |
| | | public Integer getBack() { |
| | | return back; |
| | | } |
| | | |
| | | public void setBack(Integer back) { |
| | | this.back = back; |
| | | } |
| | | |
| | | public Integer getNav() { |
| | | return nav; |
| | | } |
| | | |
| | | public void setNav(Integer nav) { |
| | | this.nav = nav; |
| | | } |
| | | |
| | | public String getCid() { |
| | | return cid; |
| | | } |
| | | |
| | | public void setCid(String cid) { |
| | | this.cid = cid; |
| | | } |
| | | |
| | | public Integer getSort() { |
| | | return sort; |
| | | } |
| | | |
| | | public void setSort(Integer sort) { |
| | | this.sort = sort; |
| | | } |
| | | |
| | | public Integer getPriceMin() { |
| | | return priceMin; |
| | | } |
| | | |
| | | public void setPriceMin(Integer priceMin) { |
| | | this.priceMin = priceMin; |
| | | } |
| | | |
| | | public Integer getPriceMax() { |
| | | return priceMax; |
| | | } |
| | | |
| | | public void setPriceMax(Integer priceMax) { |
| | | this.priceMax = priceMax; |
| | | } |
| | | |
| | | public Integer getSaleMin() { |
| | | return saleMin; |
| | | } |
| | | |
| | | public void setSaleMin(Integer saleMin) { |
| | | this.saleMin = saleMin; |
| | | } |
| | | |
| | | public Integer getSaleMax() { |
| | | return saleMax; |
| | | } |
| | | |
| | | public void setSaleMax(Integer saleMax) { |
| | | this.saleMax = saleMax; |
| | | } |
| | | |
| | | public Integer getCouponMin() { |
| | | return couponMin; |
| | | } |
| | | |
| | | public void setCouponMin(Integer couponMin) { |
| | | this.couponMin = couponMin; |
| | | } |
| | | |
| | | public Integer getCouponMax() { |
| | | return couponMax; |
| | | } |
| | | |
| | | public void setCouponMax(Integer couponMax) { |
| | | this.couponMax = couponMax; |
| | | } |
| | | |
| | | public Integer getTkratesMin() { |
| | | return tkratesMin; |
| | | } |
| | | |
| | | public void setTkratesMin(Integer tkratesMin) { |
| | | this.tkratesMin = tkratesMin; |
| | | } |
| | | |
| | | public Integer getTkratesMax() { |
| | | return tkratesMax; |
| | | } |
| | | |
| | | public void setTkratesMax(Integer tkratesMax) { |
| | | this.tkratesMax = tkratesMax; |
| | | } |
| | | |
| | | public Integer getTkmoneyMin() { |
| | | return tkmoneyMin; |
| | | } |
| | | |
| | | public void setTkmoneyMin(Integer tkmoneyMin) { |
| | | this.tkmoneyMin = tkmoneyMin; |
| | | } |
| | | |
| | | public Integer getItemType() { |
| | | return itemType; |
| | | } |
| | | |
| | | public void setItemType(Integer itemType) { |
| | | this.itemType = itemType; |
| | | } |
| | | |
| | | } |