| | |
| | | package com.fgkj.dto; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | @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 Integer alm_level; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date alm_start_time; //开始时间段 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date alm_start_time1; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date alm_end_time; |
| | | private Integer alm_is_confirmed; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date alm_confirmed_time; |
| | | private Integer alm_cleared_type; |
| | | private Integer usr_id; |
| | |
| | | private String dev_name;//设备名称 |
| | | private String stationName;//机房名称 |
| | | private String stationId;//机房id |
| | | private Page page;//分页 |
| | | 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 Page getPage() { |
| | | return page; |
| | | public PageBean getPageBean() { |
| | | return pageBean; |
| | | } |
| | | public void setPage(Page page) { |
| | | this.page = page; |
| | | 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=" + page + ", uinf=" + uinf + "]"; |
| | | + ", page=" + pageBean + ", uinf=" + uinf + "]"; |
| | | } |
| | | |
| | | |