From c0acf598e44d3ac2fced4061764d1a01e40a2d62 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.20>
Date: 星期二, 27 十一月 2018 09:56:55 +0800
Subject: [PATCH] 跨域访问请求中的允许跨域访问代码注释,在过滤器中开启跨域允许接口

---
 gx_tieta/src/com/fgkj/dto/Bts_station_event.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dto/Bts_station_event.java b/gx_tieta/src/com/fgkj/dto/Bts_station_event.java
index 419cbd8..e94b4cb 100644
--- a/gx_tieta/src/com/fgkj/dto/Bts_station_event.java
+++ b/gx_tieta/src/com/fgkj/dto/Bts_station_event.java
@@ -26,6 +26,8 @@
 	public int station_event_type_templow;            //鍩虹珯娓╁害涓嬮檺
 	public int station_event_type_dampup;             //鍩虹珯婀垮害涓婇檺
 	public int station_event_type_damplow;            //鍩虹珯婀垮害涓嬮檺
+	
+	public Page page;
     
 	public int getNum() {
 		return num;
@@ -136,6 +138,12 @@
 	public void setStationName(String stationName) {
 		this.stationName = stationName;
 	}
+	public Page getPage() {
+		return page;
+	}
+	public void setPage(Page page) {
+		this.page = page;
+	}
 	@Override
 	public String toString() {
 		return "Bts_station_event [num=" + num + ", station_id=" + station_id
@@ -154,7 +162,7 @@
 				+ station_event_type_tempup + ", station_event_type_templow="
 				+ station_event_type_templow + ", station_event_type_dampup="
 				+ station_event_type_dampup + ", station_event_type_damplow="
-				+ station_event_type_damplow + "]";
+				+ station_event_type_damplow + ", page=" + page + "]";
 	}
 	
 	

--
Gitblit v1.9.1