From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 18 一月 2020 12:06:27 +0800 Subject: [PATCH] 用户注册信息 --- fanli/src/main/java/com/yeshi/fanli/dto/jd/JDSearchFilter.java | 181 ++++++++++++++++++++++++++++++++++++++------ 1 files changed, 154 insertions(+), 27 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 856c806..6d6e5b9 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,36 +1,42 @@ 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;// 鍏抽敭瀛� - Integer isZY;// 鏄惁涓鸿嚜钀� 1-鑷惀 - Integer hasCoupon;// 鏄惁鏈夊埜 1-鏈夊埜 - Integer categoryId;// 鍒嗙被ID - int pageNo;// 椤电爜 - int pageSize;// 姣忛〉鐨勬暟閲� - public Integer getIsZY() { - return isZY; - } + 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鏄� - public void setIsZY(Integer isZY) { - this.isZY = isZY; - } - - public Integer getHasCoupon() { - return hasCoupon; - } - - public void setHasCoupon(Integer hasCoupon) { - this.hasCoupon = hasCoupon; - } - - public Integer getCategoryId() { - return categoryId; - } - - public void setCategoryId(Integer categoryId) { - this.categoryId = categoryId; - } + 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; @@ -55,4 +61,125 @@ 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