| | |
| | | package com.fgkj.dto; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | @Alias("Batt_devalarm_data_history") |
| | | public class Batt_devalarm_data_history implements Serializable{ |
| | | private Integer num; |
| | | private Integer record_id; |
| | | private Long record_id; |
| | | private Integer dev_id; |
| | | private String dev_ip; |
| | | private Integer alm_type; |
| | |
| | | private String dev_name;//设备名称 |
| | | private String stationName;//机房名称 |
| | | private String stationId;//机房id |
| | | private PageInfo pageInfo;//分页 |
| | | private PageBean pageBean;//分页 |
| | | private User_inf uinf; |
| | | public Integer getNum() { |
| | | return num; |
| | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | public Integer getRecord_id() { |
| | | public Long getRecord_id() { |
| | | return record_id; |
| | | } |
| | | public void setRecord_id(Integer record_id) { |
| | | public void setRecord_id(Long record_id) { |
| | | this.record_id = record_id; |
| | | } |
| | | public Integer getDev_id() { |
| | |
| | | public void setStationId(String stationId) { |
| | | this.stationId = stationId; |
| | | } |
| | | public PageInfo getPageInfo() { |
| | | return pageInfo; |
| | | public PageBean getPageBean() { |
| | | return pageBean; |
| | | } |
| | | public void setPageInfo(PageInfo pageInfo) { |
| | | this.pageInfo = pageInfo; |
| | | public void setPageBean(PageBean pageBean) { |
| | | this.pageBean = pageBean; |
| | | } |
| | | public User_inf getUinf() { |
| | | return uinf; |
| | |
| | | + ", alm_cleared_type=" + alm_cleared_type + ", usr_id=" |
| | | + usr_id + ", note=" + note + ", dev_name=" + dev_name |
| | | + ", stationName=" + stationName + ", stationId=" + stationId |
| | | + ", page=" + pageInfo + ", uinf=" + uinf + "]"; |
| | | + ", page=" + pageBean + ", uinf=" + uinf + "]"; |
| | | } |
| | | |
| | | |