From 7ce7005333154eb9a0da1461604bcc0e06f1b4cc Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.30> Date: 星期六, 17 十一月 2018 09:33:12 +0800 Subject: [PATCH] 视频文件上传之 读取当前机房的视频文件 --- gx_tieta/src/com/fgkj/dto/BattInf.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java index 59b57ef..0c80ec4 100644 --- a/gx_tieta/src/com/fgkj/dto/BattInf.java +++ b/gx_tieta/src/com/fgkj/dto/BattInf.java @@ -80,6 +80,9 @@ private Page page; private Object obj; private String station_phone; + + private Battinf_ex binf_ex; + public BattInf() { super(); } @@ -534,6 +537,12 @@ public void setStation_install(Integer station_install) { Station_install = station_install; } + public Battinf_ex getBinf_ex() { + return binf_ex; + } + public void setBinf_ex(Battinf_ex binf_ex) { + this.binf_ex = binf_ex; + } @Override public String toString() { return "BattInf [num=" + num + ", StationId=" + StationId @@ -575,6 +584,7 @@ + ", SignalName=" + SignalName + ", StartNum=" + StartNum + ", Station_install=" + Station_install + ", Size=" + Size + ", page=" + page + ", obj=" + obj + ", station_phone=" - + station_phone + "]"; + + station_phone + ", binf_ex=" + binf_ex + "]"; } + } -- Gitblit v1.9.1