From 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期六, 19 一月 2019 09:16:08 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/src/com/fgkj/dto/User_Chart.java |   36 +++++++++++++++++++++++++++++++-----
 1 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dto/User_Chart.java b/gx_tieta/src/com/fgkj/dto/User_Chart.java
index ecc3d15..5b4b91c 100644
--- a/gx_tieta/src/com/fgkj/dto/User_Chart.java
+++ b/gx_tieta/src/com/fgkj/dto/User_Chart.java
@@ -14,11 +14,15 @@
 	private File  Chart_behind;
 	private File  Chart_warn;
 	private File  Chart_timeout;
+	private File  Chart_poff; //鍋滅數
+	private File  Chart_install;//鏈坊鍔犵殑鍥炬爣
 	
 	private File  Chart_nuclear_cap;//鏍稿鏀剧數
 	private File  Chart_dev_alarm;//璁惧鍛婅
 	private File  Chart_pre_charge;//棰勫厖鐢�
-	private File  Chart_online_charge;//鍦ㄧ嚎鍏呯數
+	private File  Chart_online_charge;//鍦ㄧ嚎鍏呯數  
+	
+	private File  Chart_xuhang;//缁埅涓嶈冻
 	
 	private Blob  Chart_logo_blob;
 	private Blob  Chart_normal_blob;
@@ -136,22 +140,44 @@
 	public void setChart_timeout_blob(Blob chart_timeout_blob) {
 		Chart_timeout_blob = chart_timeout_blob;
 	}
+	public File getChart_poff() {
+		return Chart_poff;
+	}
+	public void setChart_poff(File chart_poff) {
+		Chart_poff = chart_poff;
+	}
+	public File getChart_install() {
+		return Chart_install;
+	}
+	public void setChart_install(File chart_install) {
+		Chart_install = chart_install;
+	}
+	public File getChart_xuhang() {
+		return Chart_xuhang;
+	}
+	public void setChart_xuhang(File chart_xuhang) {
+		Chart_xuhang = chart_xuhang;
+	}
 	@Override
 	public String toString() {
 		return "User_Chart [num=" + num + ", Chart_name=" + Chart_name
 				+ ", Chart_file=" + Chart_file + ", Chart_logo=" + Chart_logo
 				+ ", Chart_normal=" + Chart_normal + ", Chart_behind="
 				+ Chart_behind + ", Chart_warn=" + Chart_warn
-				+ ", Chart_timeout=" + Chart_timeout + ", Chart_nuclear_cap="
-				+ Chart_nuclear_cap + ", Chart_dev_alarm=" + Chart_dev_alarm
+				+ ", Chart_timeout=" + Chart_timeout + ", Chart_poff="
+				+ Chart_poff + ", Chart_install=" + Chart_install
+				+ ", Chart_nuclear_cap=" + Chart_nuclear_cap
+				+ ", Chart_dev_alarm=" + Chart_dev_alarm
 				+ ", Chart_pre_charge=" + Chart_pre_charge
 				+ ", Chart_online_charge=" + Chart_online_charge
-				+ ", Chart_logo_blob=" + Chart_logo_blob
-				+ ", Chart_normal_blob=" + Chart_normal_blob
+				+ ", Chart_xuhang=" + Chart_xuhang + ", Chart_logo_blob="
+				+ Chart_logo_blob + ", Chart_normal_blob=" + Chart_normal_blob
 				+ ", Chart_behind_blob=" + Chart_behind_blob
 				+ ", Chart_warn_blob=" + Chart_warn_blob
 				+ ", Chart_timeout_blob=" + Chart_timeout_blob + "]";
 	}
 	
 	
+	
+	
 }

--
Gitblit v1.9.1