hdw
2019-01-19 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd
gx_tieta/src/com/fgkj/dto/ram/Fbs9100s_dfu_state.java
@@ -20,6 +20,8 @@
   private String stationName;
   private String stationId;
   private String fBSDeviceName;
   private String note;
   public int getNum() {
      return num;
   }
@@ -116,6 +118,12 @@
   public void setDfu_file_len(int dfu_file_len) {
      this.dfu_file_len = dfu_file_len;
   }
   public String getNote() {
      return note;
   }
   public void setNote(String note) {
      this.note = note;
   }
   @Override
   public String toString() {
      return "Fbs9100s_dfu_state [num=" + num + ", dev_id=" + dev_id
@@ -127,7 +135,7 @@
            + ", dfu_file_len=" + dfu_file_len + ", dfu_data_blocklen="
            + dfu_data_blocklen + ", dfu_password=" + dfu_password
            + ", stationName=" + stationName + ", stationId=" + stationId
            + ", fBSDeviceName=" + fBSDeviceName + "]";
            + ", fBSDeviceName=" + fBSDeviceName + ", note=" + note + "]";
   }