D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 864e4772eea5e0a589b6f6797d0695a3b3dd225e
gx_tieta/src/com/fgkj/dto/User_Chart.java
@@ -20,7 +20,9 @@
   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;
@@ -150,6 +152,12 @@
   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
@@ -162,8 +170,8 @@
            + ", 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 + "]";
@@ -171,4 +179,5 @@
   
   
   
}