From 35fefed0792c40cb99b8d15fa5811bbb5992bff9 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期一, 21 一月 2019 10:42:24 +0800
Subject: [PATCH] 修改

---
 gx_tieta/src/com/fgkj/dto/Batttestdatastop.java |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java b/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
index 61a4c52..2cd0157 100644
--- a/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
+++ b/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java
@@ -25,6 +25,7 @@
 	private Float mon_min;
 	private Float mon_max;
 	private float percent;
+	private String note;
 	public Batttestdatastop() {
 	}
 
@@ -198,6 +199,15 @@
 		this.percent = percent;
 	}
 
+	public String getNote() {
+		return note;
+	}
+
+	public void setNote(String note) {
+		this.note = note;
+	}
+    
+
 	@Override
 	public String toString() {
 		return "Batttestdatastop [num=" + num + ", BattGroupId=" + BattGroupId
@@ -210,10 +220,15 @@
 				+ ", test_cap=" + test_cap + ", mon_num=" + mon_num
 				+ ", mon_vol=" + mon_vol + ", lowC=" + lowC + ", lowV=" + lowV
 				+ ", mon_avg=" + mon_avg + ", mon_min=" + mon_min
-				+ ", mon_max=" + mon_max + ", percent=" + percent + "]";
+				+ ", mon_max=" + mon_max + ", percent=" + percent + ", note="
+				+ note + "]";
 	}
 
 	
+
+	
+
+	
 	
 
 	

--
Gitblit v1.9.1