| | |
| | | package com.yeshi.fanli.dto.suning;
|
| | |
|
| | | public class SuningQueryModel {
|
| | | private Integer pageIndex;// 页码 默认为1
|
| | | private String keyword;// 手机 关键字
|
| | | private String Integer;// 50000 销售目录ID
|
| | | private String cityCode;// 025 城市编码 默认025
|
| | | private Integer suningService;// 1 是否苏宁自营 默认为空,1:是
|
| | | private Integer pgSearch;// 1 是否拼购 默认为空 1:是
|
| | | private String startPrice;// 10.00 开始价格
|
| | | private String endPrice;// 20.00 结束价格
|
| | | private Integer sortType;// 排序规则 1:综合(默认) 2:销量由高到低 3:价格由高到低 4:价格由低到高
|
| | | // 5:佣金比例由高到低 6:佣金金额由高到低
|
| | | // 7:两个维度,佣金金额由高到低,销量由高到低8:近30天推广量由高到低9:近30天支出佣金金额由高到低。
|
| | | private Integer picWidth;// 图片宽度 默认200
|
| | | private Integer picHeight;// 图片高度 默认200
|
| | | private Integer size;// 10 每页条数 默认10
|
| | | private Integer branch;// 1:减枝 2:不减枝 sortType=1(综合) 默认不剪枝 其他排序默认剪枝
|
| | | private Integer coupon;// 1:有券;其他:全部
|
| | | private Integer snfwservice;// 是否苏宁服务 1:是
|
| | | private Integer snhwg;// 1是否苏宁国际 1:是
|
| | | private Integer couponMark;// 1表示拿到券后价,不传按照以前逻辑取不到券后价
|
| | |
|
| | | public Integer getPageIndex() {
|
| | | return pageIndex;
|
| | | }
|
| | |
|
| | | public void setPageIndex(Integer pageIndex) {
|
| | | this.pageIndex = pageIndex;
|
| | | }
|
| | |
|
| | | public String getKeyword() {
|
| | | return keyword;
|
| | | }
|
| | |
|
| | | public void setKeyword(String keyword) {
|
| | | this.keyword = keyword;
|
| | | }
|
| | |
|
| | | public String getInteger() {
|
| | | return Integer;
|
| | | }
|
| | |
|
| | | public void setInteger(String integer) {
|
| | | Integer = integer;
|
| | | }
|
| | |
|
| | | public String getCityCode() {
|
| | | return cityCode;
|
| | | }
|
| | |
|
| | | public void setCityCode(String cityCode) {
|
| | | this.cityCode = cityCode;
|
| | | }
|
| | |
|
| | | public Integer getSuningService() {
|
| | | return suningService;
|
| | | }
|
| | |
|
| | | public void setSuningService(Integer suningService) {
|
| | | this.suningService = suningService;
|
| | | }
|
| | |
|
| | | public Integer getPgSearch() {
|
| | | return pgSearch;
|
| | | }
|
| | |
|
| | | public void setPgSearch(Integer pgSearch) {
|
| | | this.pgSearch = pgSearch;
|
| | | }
|
| | |
|
| | | public String getStartPrice() {
|
| | | return startPrice;
|
| | | }
|
| | |
|
| | | public void setStartPrice(String startPrice) {
|
| | | this.startPrice = startPrice;
|
| | | }
|
| | |
|
| | | public String getEndPrice() {
|
| | | return endPrice;
|
| | | }
|
| | |
|
| | | public void setEndPrice(String endPrice) {
|
| | | this.endPrice = endPrice;
|
| | | }
|
| | |
|
| | | public Integer getSortType() {
|
| | | return sortType;
|
| | | }
|
| | |
|
| | | public void setSortType(Integer sortType) {
|
| | | this.sortType = sortType;
|
| | | }
|
| | |
|
| | | public Integer getPicWidth() {
|
| | | return picWidth;
|
| | | }
|
| | |
|
| | | public void setPicWidth(Integer picWidth) {
|
| | | this.picWidth = picWidth;
|
| | | }
|
| | |
|
| | | public Integer getPicHeight() {
|
| | | return picHeight;
|
| | | }
|
| | |
|
| | | public void setPicHeight(Integer picHeight) {
|
| | | this.picHeight = picHeight;
|
| | | }
|
| | |
|
| | | public Integer getSize() {
|
| | | return size;
|
| | | }
|
| | |
|
| | | public void setSize(Integer size) {
|
| | | this.size = size;
|
| | | }
|
| | |
|
| | | public Integer getBranch() {
|
| | | return branch;
|
| | | }
|
| | |
|
| | | public void setBranch(Integer branch) {
|
| | | this.branch = branch;
|
| | | }
|
| | |
|
| | | public Integer getCoupon() {
|
| | | return coupon;
|
| | | }
|
| | |
|
| | | public void setCoupon(Integer coupon) {
|
| | | this.coupon = coupon;
|
| | | }
|
| | |
|
| | | public Integer getSnfwservice() {
|
| | | return snfwservice;
|
| | | }
|
| | |
|
| | | public void setSnfwservice(Integer snfwservice) {
|
| | | this.snfwservice = snfwservice;
|
| | | }
|
| | |
|
| | | public Integer getSnhwg() {
|
| | | return snhwg;
|
| | | }
|
| | |
|
| | | public void setSnhwg(Integer snhwg) {
|
| | | this.snhwg = snhwg;
|
| | | }
|
| | |
|
| | | public Integer getCouponMark() {
|
| | | return couponMark;
|
| | | }
|
| | |
|
| | | public void setCouponMark(Integer couponMark) {
|
| | | this.couponMark = couponMark;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.dto.suning; |
| | | |
| | | public class SuningQueryModel { |
| | | private Integer pageIndex;// 页码 默认为1 |
| | | private String keyword;// 手机 关键字 |
| | | private String Integer;// 50000 销售目录ID |
| | | private String cityCode;// 025 城市编码 默认025 |
| | | private Integer suningService;// 1 是否苏宁自营 默认为空,1:是 |
| | | private Integer pgSearch;// 1 是否拼购 默认为空 1:是 |
| | | private String startPrice;// 10.00 开始价格 |
| | | private String endPrice;// 20.00 结束价格 |
| | | private Integer sortType;// 排序规则 1:综合(默认) 2:销量由高到低 3:价格由高到低 4:价格由低到高 |
| | | // 5:佣金比例由高到低 6:佣金金额由高到低 |
| | | // 7:两个维度,佣金金额由高到低,销量由高到低8:近30天推广量由高到低9:近30天支出佣金金额由高到低。 |
| | | private Integer picWidth;// 图片宽度 默认200 |
| | | private Integer picHeight;// 图片高度 默认200 |
| | | private Integer size;// 10 每页条数 默认10 |
| | | private Integer branch;// 1:减枝 2:不减枝 sortType=1(综合) 默认不剪枝 其他排序默认剪枝 |
| | | private Integer coupon;// 1:有券;其他:全部 |
| | | private Integer snfwservice;// 是否苏宁服务 1:是 |
| | | private Integer snhwg;// 1是否苏宁国际 1:是 |
| | | private Integer couponMark;// 1表示拿到券后价,不传按照以前逻辑取不到券后价 |
| | | |
| | | public Integer getPageIndex() { |
| | | return pageIndex; |
| | | } |
| | | |
| | | public void setPageIndex(Integer pageIndex) { |
| | | this.pageIndex = pageIndex; |
| | | } |
| | | |
| | | public String getKeyword() { |
| | | return keyword; |
| | | } |
| | | |
| | | public void setKeyword(String keyword) { |
| | | this.keyword = keyword; |
| | | } |
| | | |
| | | public String getInteger() { |
| | | return Integer; |
| | | } |
| | | |
| | | public void setInteger(String integer) { |
| | | Integer = integer; |
| | | } |
| | | |
| | | public String getCityCode() { |
| | | return cityCode; |
| | | } |
| | | |
| | | public void setCityCode(String cityCode) { |
| | | this.cityCode = cityCode; |
| | | } |
| | | |
| | | public Integer getSuningService() { |
| | | return suningService; |
| | | } |
| | | |
| | | public void setSuningService(Integer suningService) { |
| | | this.suningService = suningService; |
| | | } |
| | | |
| | | public Integer getPgSearch() { |
| | | return pgSearch; |
| | | } |
| | | |
| | | public void setPgSearch(Integer pgSearch) { |
| | | this.pgSearch = pgSearch; |
| | | } |
| | | |
| | | public String getStartPrice() { |
| | | return startPrice; |
| | | } |
| | | |
| | | public void setStartPrice(String startPrice) { |
| | | this.startPrice = startPrice; |
| | | } |
| | | |
| | | public String getEndPrice() { |
| | | return endPrice; |
| | | } |
| | | |
| | | public void setEndPrice(String endPrice) { |
| | | this.endPrice = endPrice; |
| | | } |
| | | |
| | | public Integer getSortType() { |
| | | return sortType; |
| | | } |
| | | |
| | | public void setSortType(Integer sortType) { |
| | | this.sortType = sortType; |
| | | } |
| | | |
| | | public Integer getPicWidth() { |
| | | return picWidth; |
| | | } |
| | | |
| | | public void setPicWidth(Integer picWidth) { |
| | | this.picWidth = picWidth; |
| | | } |
| | | |
| | | public Integer getPicHeight() { |
| | | return picHeight; |
| | | } |
| | | |
| | | public void setPicHeight(Integer picHeight) { |
| | | this.picHeight = picHeight; |
| | | } |
| | | |
| | | public Integer getSize() { |
| | | return size; |
| | | } |
| | | |
| | | public void setSize(Integer size) { |
| | | this.size = size; |
| | | } |
| | | |
| | | public Integer getBranch() { |
| | | return branch; |
| | | } |
| | | |
| | | public void setBranch(Integer branch) { |
| | | this.branch = branch; |
| | | } |
| | | |
| | | public Integer getCoupon() { |
| | | return coupon; |
| | | } |
| | | |
| | | public void setCoupon(Integer coupon) { |
| | | this.coupon = coupon; |
| | | } |
| | | |
| | | public Integer getSnfwservice() { |
| | | return snfwservice; |
| | | } |
| | | |
| | | public void setSnfwservice(Integer snfwservice) { |
| | | this.snfwservice = snfwservice; |
| | | } |
| | | |
| | | public Integer getSnhwg() { |
| | | return snhwg; |
| | | } |
| | | |
| | | public void setSnhwg(Integer snhwg) { |
| | | this.snhwg = snhwg; |
| | | } |
| | | |
| | | public Integer getCouponMark() { |
| | | return couponMark; |
| | | } |
| | | |
| | | public void setCouponMark(Integer couponMark) { |
| | | this.couponMark = couponMark; |
| | | } |
| | | } |