From 4e9f593c3d1bd4a2689887fd304a2a418ff4a4fe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 20 一月 2022 15:16:08 +0800
Subject: [PATCH] 拼多多搜索链接问题
---
fanli/src/main/java/com/yeshi/fanli/dto/jd/JDSearchFilter.java | 370 ++++++++++++++++++++++++++--------------------------
1 files changed, 185 insertions(+), 185 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/jd/JDSearchFilter.java b/fanli/src/main/java/com/yeshi/fanli/dto/jd/JDSearchFilter.java
index 6d6e5b9..ca4122e 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/jd/JDSearchFilter.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/jd/JDSearchFilter.java
@@ -1,185 +1,185 @@
-package com.yeshi.fanli.dto.jd;
-
-public class JDSearchFilter {
-
- // 浣i噾
- public final static String SORTNAME_COMMISSION = "wlCommission";
- // 浣i噾姣斾緥
- public final static String SORTNAME_COMMISSION_SHARE = "wlCommissionShare";
- // 浠锋牸
- public final static String SORTNAME_PRICE = "wlPrice";
- // 30澶╁紩鍏ヨ鍗曟暟閲�
- public final static String SORTNAME_ORDER_COUNT_30DAYS = "inOrderCount30Days";
- // 30澶╂敮鍑轰剑閲�
- public final static String SORTNAME_ORDER_COMM_30DAYS = "inOrderComm30Days";
-
- // 鎺掑簭鏂瑰紡
- public final static String SORT_ASC = "asc";
- public final static String SORT_DESC = "desc";
-
- private int pageNo;// 椤电爜
- private int pageSize;// 姣忛〉鐨勬暟閲�
- private String key;// 鍏抽敭瀛�
-
- private int isZY;// 鏄惁涓鸿嚜钀ワ細 榛樿0 1-鑷惀
- private int isPinGou;// 鏄惁鎷艰喘 锛� 榛樿0 1鎷艰喘
- private int orientationFlag; // 浜帹璁″垝锛� 榛樿0 1鏄�
- private int hasCoupon;// 鏄惁鏈夊埜锛� 榛樿0 1-鏈夊埜
- private int deliveryType; // 鏄惁浜笢閰嶉�侊細 0 榛樿 1浜厤
- private int isCare; // 鐖卞績涓滀笢锛� 榛樿0 1鏄�
-
- private Integer categoryId;// 涓�绾у垎绫籌D
- private Integer cat2Id;// 浜岀骇鍒嗙被ID
- private Integer cat3Id;// 涓夌骇鍒嗙被ID
- private Integer fromCommissionRatio; // 浣i噾姣斾緥鏈�灏忓��
- private Integer toCommissionRatio; // 浣i噾姣斾緥鏈�澶у��
- private Integer fromPrice; // 浠锋牸鏈�灏忓��
- private Integer toPrice; // 浠锋牸鏈�澶у��
- private String sort; // 鎺掑簭鏂瑰紡 锛� 鍊掑簭desc 姝e簭asc(浠呴檺浠锋牸)
- private String sortName; // 鎺掑簭鍚嶇О锛堬細浣i噾锛歸lCommission 浣i噾姣斾緥锛歸lCommissionShare 浠锋牸锛� wlPrice inOrderCount30Days
-
- public int getPageNo() {
- return pageNo;
- }
-
- public void setPageNo(int pageNo) {
- this.pageNo = pageNo;
- }
-
- public int getPageSize() {
- return pageSize;
- }
-
- public void setPageSize(int pageSize) {
- this.pageSize = pageSize;
- }
-
- public String getKey() {
- return key;
- }
-
- public void setKey(String key) {
- this.key = key;
- }
-
- public int getIsZY() {
- return isZY;
- }
-
- public void setIsZY(int isZY) {
- this.isZY = isZY;
- }
-
- public int getIsPinGou() {
- return isPinGou;
- }
-
- public void setIsPinGou(int isPinGou) {
- this.isPinGou = isPinGou;
- }
-
- public int getOrientationFlag() {
- return orientationFlag;
- }
-
- public void setOrientationFlag(int orientationFlag) {
- this.orientationFlag = orientationFlag;
- }
-
- public int getHasCoupon() {
- return hasCoupon;
- }
-
- public void setHasCoupon(int hasCoupon) {
- this.hasCoupon = hasCoupon;
- }
-
- public int getDeliveryType() {
- return deliveryType;
- }
-
- public void setDeliveryType(int deliveryType) {
- this.deliveryType = deliveryType;
- }
-
- public int getIsCare() {
- return isCare;
- }
-
- public void setIsCare(int isCare) {
- this.isCare = isCare;
- }
-
- public Integer getCategoryId() {
- return categoryId;
- }
-
- public void setCategoryId(Integer categoryId) {
- this.categoryId = categoryId;
- }
-
- public Integer getFromCommissionRatio() {
- return fromCommissionRatio;
- }
-
- public void setFromCommissionRatio(Integer fromCommissionRatio) {
- this.fromCommissionRatio = fromCommissionRatio;
- }
-
- public Integer getToCommissionRatio() {
- return toCommissionRatio;
- }
-
- public void setToCommissionRatio(Integer toCommissionRatio) {
- this.toCommissionRatio = toCommissionRatio;
- }
-
- public Integer getFromPrice() {
- return fromPrice;
- }
-
- public void setFromPrice(Integer fromPrice) {
- this.fromPrice = fromPrice;
- }
-
- public Integer getToPrice() {
- return toPrice;
- }
-
- public void setToPrice(Integer toPrice) {
- this.toPrice = toPrice;
- }
-
- public String getSort() {
- return sort;
- }
-
- public void setSort(String sort) {
- this.sort = sort;
- }
-
- public String getSortName() {
- return sortName;
- }
-
- public void setSortName(String sortName) {
- this.sortName = sortName;
- }
-
- public Integer getCat2Id() {
- return cat2Id;
- }
-
- public void setCat2Id(Integer cat2Id) {
- this.cat2Id = cat2Id;
- }
-
- public Integer getCat3Id() {
- return cat3Id;
- }
-
- public void setCat3Id(Integer cat3Id) {
- this.cat3Id = cat3Id;
- }
-
-}
+package com.yeshi.fanli.dto.jd;
+
+public class JDSearchFilter {
+
+ // 浣i噾
+ public final static String SORTNAME_COMMISSION = "wlCommission";
+ // 浣i噾姣斾緥
+ public final static String SORTNAME_COMMISSION_SHARE = "wlCommissionShare";
+ // 浠锋牸
+ public final static String SORTNAME_PRICE = "wlPrice";
+ // 30澶╁紩鍏ヨ鍗曟暟閲�
+ public final static String SORTNAME_ORDER_COUNT_30DAYS = "inOrderCount30Days";
+ // 30澶╂敮鍑轰剑閲�
+ public final static String SORTNAME_ORDER_COMM_30DAYS = "inOrderComm30Days";
+
+ // 鎺掑簭鏂瑰紡
+ public final static String SORT_ASC = "asc";
+ public final static String SORT_DESC = "desc";
+
+ private int pageNo;// 椤电爜
+ private int pageSize;// 姣忛〉鐨勬暟閲�
+ private String key;// 鍏抽敭瀛�
+
+ private int isZY;// 鏄惁涓鸿嚜钀ワ細 榛樿0 1-鑷惀
+ private int isPinGou;// 鏄惁鎷艰喘 锛� 榛樿0 1鎷艰喘
+ private int orientationFlag; // 浜帹璁″垝锛� 榛樿0 1鏄�
+ private int hasCoupon;// 鏄惁鏈夊埜锛� 榛樿0 1-鏈夊埜
+ private int deliveryType; // 鏄惁浜笢閰嶉�侊細 0 榛樿 1浜厤
+ private int isCare; // 鐖卞績涓滀笢锛� 榛樿0 1鏄�
+
+ private Integer categoryId;// 涓�绾у垎绫籌D
+ private Integer cat2Id;// 浜岀骇鍒嗙被ID
+ private Integer cat3Id;// 涓夌骇鍒嗙被ID
+ private Integer fromCommissionRatio; // 浣i噾姣斾緥鏈�灏忓��
+ private Integer toCommissionRatio; // 浣i噾姣斾緥鏈�澶у��
+ private Integer fromPrice; // 浠锋牸鏈�灏忓��
+ private Integer toPrice; // 浠锋牸鏈�澶у��
+ private String sort; // 鎺掑簭鏂瑰紡 锛� 鍊掑簭desc 姝e簭asc(浠呴檺浠锋牸)
+ private String sortName; // 鎺掑簭鍚嶇О锛堬細浣i噾锛歸lCommission 浣i噾姣斾緥锛歸lCommissionShare 浠锋牸锛� wlPrice inOrderCount30Days
+
+ public int getPageNo() {
+ return pageNo;
+ }
+
+ public void setPageNo(int pageNo) {
+ this.pageNo = pageNo;
+ }
+
+ public int getPageSize() {
+ return pageSize;
+ }
+
+ public void setPageSize(int pageSize) {
+ this.pageSize = pageSize;
+ }
+
+ public String getKey() {
+ return key;
+ }
+
+ public void setKey(String key) {
+ this.key = key;
+ }
+
+ public int getIsZY() {
+ return isZY;
+ }
+
+ public void setIsZY(int isZY) {
+ this.isZY = isZY;
+ }
+
+ public int getIsPinGou() {
+ return isPinGou;
+ }
+
+ public void setIsPinGou(int isPinGou) {
+ this.isPinGou = isPinGou;
+ }
+
+ public int getOrientationFlag() {
+ return orientationFlag;
+ }
+
+ public void setOrientationFlag(int orientationFlag) {
+ this.orientationFlag = orientationFlag;
+ }
+
+ public int getHasCoupon() {
+ return hasCoupon;
+ }
+
+ public void setHasCoupon(int hasCoupon) {
+ this.hasCoupon = hasCoupon;
+ }
+
+ public int getDeliveryType() {
+ return deliveryType;
+ }
+
+ public void setDeliveryType(int deliveryType) {
+ this.deliveryType = deliveryType;
+ }
+
+ public int getIsCare() {
+ return isCare;
+ }
+
+ public void setIsCare(int isCare) {
+ this.isCare = isCare;
+ }
+
+ public Integer getCategoryId() {
+ return categoryId;
+ }
+
+ public void setCategoryId(Integer categoryId) {
+ this.categoryId = categoryId;
+ }
+
+ public Integer getFromCommissionRatio() {
+ return fromCommissionRatio;
+ }
+
+ public void setFromCommissionRatio(Integer fromCommissionRatio) {
+ this.fromCommissionRatio = fromCommissionRatio;
+ }
+
+ public Integer getToCommissionRatio() {
+ return toCommissionRatio;
+ }
+
+ public void setToCommissionRatio(Integer toCommissionRatio) {
+ this.toCommissionRatio = toCommissionRatio;
+ }
+
+ public Integer getFromPrice() {
+ return fromPrice;
+ }
+
+ public void setFromPrice(Integer fromPrice) {
+ this.fromPrice = fromPrice;
+ }
+
+ public Integer getToPrice() {
+ return toPrice;
+ }
+
+ public void setToPrice(Integer toPrice) {
+ this.toPrice = toPrice;
+ }
+
+ public String getSort() {
+ return sort;
+ }
+
+ public void setSort(String sort) {
+ this.sort = sort;
+ }
+
+ public String getSortName() {
+ return sortName;
+ }
+
+ public void setSortName(String sortName) {
+ this.sortName = sortName;
+ }
+
+ public Integer getCat2Id() {
+ return cat2Id;
+ }
+
+ public void setCat2Id(Integer cat2Id) {
+ this.cat2Id = cat2Id;
+ }
+
+ public Integer getCat3Id() {
+ return cat3Id;
+ }
+
+ public void setCat3Id(Integer cat3Id) {
+ this.cat3Id = cat3Id;
+ }
+
+}
--
Gitblit v1.8.0