From a7454d8a6325566753358b37ffabfae2faa0ca7f Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 28 四月 2021 19:46:49 +0800
Subject: [PATCH] 拼多多授权调整,支持小程序跳转

---
 fanli/src/main/java/com/yeshi/fanli/dto/pdd/PDDSearchRange.java |   96 ++++++++++++++++++++++++------------------------
 1 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/pdd/PDDSearchRange.java b/fanli/src/main/java/com/yeshi/fanli/dto/pdd/PDDSearchRange.java
index e589a53..e740c25 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/pdd/PDDSearchRange.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/pdd/PDDSearchRange.java
@@ -1,48 +1,48 @@
-package com.yeshi.fanli.dto.pdd;
-
-public class PDDSearchRange{
-	private Long range_from; // 鍖洪棿鐨勫紑濮嬪��
-	private Long range_to; // 鍖洪棿鐨勭粨鏉熷��
-	private Integer range_id; // 0锛屾渶灏忔垚鍥环 1锛屽埜鍚庝环 2锛屼剑閲戞瘮渚� 3锛屼紭鎯犲埜浠锋牸 4锛屽箍鍛婂垱寤烘椂闂� 5锛岄攢閲� 6锛屼剑閲戦噾棰� 7锛屽簵閾烘弿杩板垎 8锛屽簵閾虹墿娴佸垎 9锛屽簵閾烘湇鍔″垎 
-							// 10锛� 搴楅摵鎻忚堪鍒嗗嚮璐ュ悓琛屼笟鐧惧垎姣� 11锛� 搴楅摵鐗╂祦鍒嗗嚮璐ュ悓琛屼笟鐧惧垎姣� 12锛屽簵閾烘湇鍔″垎鍑昏触鍚岃涓氱櫨鍒嗘瘮 13锛屽晢鍝佸垎 17 锛屼紭鎯犲埜/鏈�灏忓洟璐环 18锛岃繃鍘讳袱灏忔椂pv 19锛岃繃鍘讳袱灏忔椂閿�閲�
-	
-	public PDDSearchRange() {}
-	
-	public PDDSearchRange(Long range_from, Integer range_id) {
-		this.range_from = range_from;
-		this.range_id = range_id;
-	}
-	
-	public PDDSearchRange(Integer range_id, Long range_to) {
-		this.range_id = range_id;
-		this.range_to = range_to;
-	}
-	
-	public PDDSearchRange(Long range_from, Integer range_id, Long range_to) {
-		this.range_from = range_from;
-		this.range_id = range_id;
-		this.range_to = range_to;
-	}
-	
-	public Long getrange_from() {
-		return range_from;
-	}
-	public void setrange_from(Long range_from) {
-		this.range_from = range_from;
-	}
-	public Long getrange_to() {
-		return range_to;
-	}
-	public void setrange_to(Long range_to) {
-		this.range_to = range_to;
-	}
-	public Integer getrange_id() {
-		return range_id;
-	}
-	public void setrange_id(Integer range_id) {
-		this.range_id = range_id;
-	}
-	
-	 
-	
-}
+package com.yeshi.fanli.dto.pdd;
+
+public class PDDSearchRange{
+	private Long range_from; // 鍖洪棿鐨勫紑濮嬪��
+	private Long range_to; // 鍖洪棿鐨勭粨鏉熷��
+	private Integer range_id; // 0锛屾渶灏忔垚鍥环 1锛屽埜鍚庝环 2锛屼剑閲戞瘮渚� 3锛屼紭鎯犲埜浠锋牸 4锛屽箍鍛婂垱寤烘椂闂� 5锛岄攢閲� 6锛屼剑閲戦噾棰� 7锛屽簵閾烘弿杩板垎 8锛屽簵閾虹墿娴佸垎 9锛屽簵閾烘湇鍔″垎 
+							// 10锛� 搴楅摵鎻忚堪鍒嗗嚮璐ュ悓琛屼笟鐧惧垎姣� 11锛� 搴楅摵鐗╂祦鍒嗗嚮璐ュ悓琛屼笟鐧惧垎姣� 12锛屽簵閾烘湇鍔″垎鍑昏触鍚岃涓氱櫨鍒嗘瘮 13锛屽晢鍝佸垎 17 锛屼紭鎯犲埜/鏈�灏忓洟璐环 18锛岃繃鍘讳袱灏忔椂pv 19锛岃繃鍘讳袱灏忔椂閿�閲�
+	
+	public PDDSearchRange() {}
+	
+	public PDDSearchRange(Long range_from, Integer range_id) {
+		this.range_from = range_from;
+		this.range_id = range_id;
+	}
+	
+	public PDDSearchRange(Integer range_id, Long range_to) {
+		this.range_id = range_id;
+		this.range_to = range_to;
+	}
+	
+	public PDDSearchRange(Long range_from, Integer range_id, Long range_to) {
+		this.range_from = range_from;
+		this.range_id = range_id;
+		this.range_to = range_to;
+	}
+	
+	public Long getrange_from() {
+		return range_from;
+	}
+	public void setrange_from(Long range_from) {
+		this.range_from = range_from;
+	}
+	public Long getrange_to() {
+		return range_to;
+	}
+	public void setrange_to(Long range_to) {
+		this.range_to = range_to;
+	}
+	public Integer getrange_id() {
+		return range_id;
+	}
+	public void setrange_id(Integer range_id) {
+		this.range_id = range_id;
+	}
+	
+	 
+	
+}

--
Gitblit v1.8.0