From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 18 一月 2019 17:30:50 +0800 Subject: [PATCH] 未审批可更改 --- gx_tieta/src/com/fgkj/dto/Batttestdatastop.java | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java b/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java index 3a971dc..2cd0157 100644 --- a/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java +++ b/gx_tieta/src/com/fgkj/dto/Batttestdatastop.java @@ -24,7 +24,8 @@ private Float mon_avg; private Float mon_min; private Float mon_max; - + private float percent; + private String note; public Batttestdatastop() { } @@ -189,6 +190,23 @@ public void setMon_max(Float mon_max) { this.mon_max = mon_max; } + + public float getPercent() { + return percent; + } + + public void setPercent(float percent) { + this.percent = percent; + } + + public String getNote() { + return note; + } + + public void setNote(String note) { + this.note = note; + } + @Override public String toString() { @@ -202,12 +220,18 @@ + ", 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 + "]"; + + ", mon_max=" + mon_max + ", percent=" + percent + ", note=" + + note + "]"; } + + + + + -- Gitblit v1.9.1