| | |
| | | package com.ycl.platform.domain.entity; |
| | | |
| | | import annotation.Excel; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.system.entity.BaseEntity; |
| | | |
| | |
| | | @Excel(name = "类型编码 : [131.摄像机编码;132.网络摄像机编码;]") |
| | | private Long lxbm; |
| | | |
| | | @Excel(name = "异常原因") |
| | | private String reason; |
| | | |
| | | @Excel(name ="异常恢复标识") |
| | | private Long recovery; |
| | | |
| | | @Excel(name = "异常恢复时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date recoveryTime; |
| | | @TableField(exist = false) |
| | | private Integer recovery; |
| | | |
| | | private Long deptId; |
| | | |
| | |
| | | return installedTime; |
| | | } |
| | | |
| | | public Date getRecoveryTime() { |
| | | return recoveryTime; |
| | | } |
| | | |
| | | public void setRecoveryTime(Date recoveryTime) { |
| | | this.recoveryTime = recoveryTime; |
| | | } |
| | | |
| | | public Long getRecovery() { |
| | | public Integer getRecovery() { |
| | | return recovery; |
| | | } |
| | | |
| | | public void setRecovery(Long recovery) { |
| | | public void setRecovery(Integer recovery) { |
| | | this.recovery = recovery; |
| | | } |
| | | |
| | | public String getReason() { |
| | | return reason; |
| | | } |
| | | |
| | | public void setReason(String reason) { |
| | | this.reason = reason; |
| | | } |
| | | |
| | | |
| | | |
| | | public void setId(Long id) |
| | | { |
| | |
| | | ", cameraDept='" + cameraDept + '\'' + |
| | | ", hybm='" + hybm + '\'' + |
| | | ", lxbm=" + lxbm + |
| | | ", reason='" + reason + '\'' + |
| | | ", recovery=" + recovery + |
| | | ", recoveryTime=" + recoveryTime + |
| | | ", deptId=" + deptId + |
| | | '}'; |
| | | } |