hdw
2019-01-19 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd
gx_tieta/src/com/fgkj/dto/Bts_station_event.java
@@ -26,6 +26,8 @@
   public int station_event_type_templow;            //基站温度下限
   public int station_event_type_dampup;             //基站湿度上限
   public int station_event_type_damplow;            //基站湿度下限
   public Page page;
    
   public int getNum() {
      return num;
@@ -136,6 +138,12 @@
   public void setStationName(String stationName) {
      this.stationName = stationName;
   }
   public Page getPage() {
      return page;
   }
   public void setPage(Page page) {
      this.page = page;
   }
   @Override
   public String toString() {
      return "Bts_station_event [num=" + num + ", station_id=" + station_id
@@ -154,7 +162,7 @@
            + station_event_type_tempup + ", station_event_type_templow="
            + station_event_type_templow + ", station_event_type_dampup="
            + station_event_type_dampup + ", station_event_type_damplow="
            + station_event_type_damplow + "]";
            + station_event_type_damplow + ", page=" + page + "]";
   }