From d1f26741bddf6f512d62c0100d42c52be8d37e76 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 06 二月 2021 15:35:40 +0800
Subject: [PATCH] 工具类优化

---
 fanli/src/main/java/com/yeshi/fanli/dto/suning/SuningQueryModel.java |  318 ++++++++++++++++++++++++++--------------------------
 1 files changed, 159 insertions(+), 159 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/suning/SuningQueryModel.java b/fanli/src/main/java/com/yeshi/fanli/dto/suning/SuningQueryModel.java
index 028bd43..5dcb866 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/suning/SuningQueryModel.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/suning/SuningQueryModel.java
@@ -1,159 +1,159 @@
-package com.yeshi.fanli.dto.suning;
-
-public class SuningQueryModel {
-	private Integer pageIndex;// 椤电爜 榛樿涓�1
-	private String keyword;// 鎵嬫満 鍏抽敭瀛�
-	private String Integer;// 50000 閿�鍞洰褰旾D
-	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锛氫袱涓淮搴︼紝浣i噾閲戦鐢遍珮鍒颁綆锛岄攢閲忕敱楂樺埌浣�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 閿�鍞洰褰旾D
+	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锛氫袱涓淮搴︼紝浣i噾閲戦鐢遍珮鍒颁綆锛岄攢閲忕敱楂樺埌浣�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;
+	}
+}

--
Gitblit v1.8.0