From 2742ccd93c17503aafcf4ab2cbc5b1790bcb76df Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期一, 22 十月 2018 10:22:46 +0800 Subject: [PATCH] 后台输出 --- gx_tieta/src/com/fgkj/dto/BattMap_information.java | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/BattMap_information.java b/gx_tieta/src/com/fgkj/dto/BattMap_information.java index 9ac594a..919e00c 100644 --- a/gx_tieta/src/com/fgkj/dto/BattMap_information.java +++ b/gx_tieta/src/com/fgkj/dto/BattMap_information.java @@ -11,7 +11,7 @@ private Double latitude; // 绾害 private String information; //澶囨敞 private Integer FBSDeviceId; //璁惧id - + private Page page; public BattMap_information() { super(); @@ -97,15 +97,27 @@ } + public Page getPage() { + return page; + } + + + public void setPage(Page page) { + this.page = page; + } + + @Override public String toString() { return "BattMap_information [num=" + num + ", StationId=" + StationId + ", StationName=" + StationName + ", Address=" + Address + ", longitude=" + longitude + ", latitude=" + latitude + ", information=" + information + ", FBSDeviceId=" - + FBSDeviceId + "]"; + + FBSDeviceId + ", page=" + page + "]"; } + + } -- Gitblit v1.9.1