From 5c313a0bf62887f20d1f01754b1b07d983905d66 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期六, 29 十二月 2018 14:42:37 +0800
Subject: [PATCH] bug
---
gx_tieta/src/com/fgkj/dto/BattInf.java | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/gx_tieta/src/com/fgkj/dto/BattInf.java b/gx_tieta/src/com/fgkj/dto/BattInf.java
index dc93b0e..643d9ee 100644
--- a/gx_tieta/src/com/fgkj/dto/BattInf.java
+++ b/gx_tieta/src/com/fgkj/dto/BattInf.java
@@ -85,6 +85,9 @@
private Battinf_ex binf_ex;
+ private float charge_curr_max;//鍏呯數鐢垫祦闃堝��
+
+ private String VideoOrImage ;//涓婁紶鏂囦欢鐨勬牸寮�
public BattInf() {
super();
}
@@ -552,6 +555,19 @@
public void setInstall_user(String install_user) {
this.install_user = install_user;
}
+
+ public String getVideoOrImage() {
+ return VideoOrImage;
+ }
+ public void setVideoOrImage(String videoOrImage) {
+ VideoOrImage = videoOrImage;
+ }
+ public float getCharge_curr_max() {
+ return charge_curr_max;
+ }
+ public void setCharge_curr_max(float charge_curr_max) {
+ this.charge_curr_max = charge_curr_max;
+ }
@Override
public String toString() {
return "BattInf [num=" + num + ", StationId=" + StationId
@@ -594,7 +610,8 @@
+ ", Station_install=" + Station_install + ", Size=" + Size
+ ", page=" + page + ", obj=" + obj + ", station_phone="
+ station_phone + ", install_user=" + install_user
- + ", binf_ex=" + binf_ex + "]";
+ + ", binf_ex=" + binf_ex + ", charge_curr_max="
+ + charge_curr_max + ", VideoOrImage=" + VideoOrImage + "]";
}
--
Gitblit v1.9.1