| | |
| | |
|
| | | import com.baomidou.mybatisplus.annotation.IdType;
|
| | | import com.baomidou.mybatisplus.annotation.TableId;
|
| | | import lombok.Data;
|
| | |
|
| | | import java.util.Date;
|
| | |
|
| | | @Data
|
| | | public class PreventRiskDangerInfo {
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | private Byte reportSwitch;
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public String getUuid() {
|
| | | return Uuid;
|
| | | }
|
| | |
|
| | | public void setUuid(String uuid) {
|
| | | Uuid = uuid;
|
| | | }
|
| | |
|
| | | public Long getDangerCheckPointId() {
|
| | | return dangerCheckPointId;
|
| | | }
|
| | |
|
| | | public void setDangerCheckPointId(Long dangerCheckPointId) {
|
| | | this.dangerCheckPointId = dangerCheckPointId;
|
| | | }
|
| | |
|
| | | public String getHazardCode() {
|
| | | return hazardCode;
|
| | | }
|
| | |
|
| | | public void setHazardCode(String hazardCode) {
|
| | | this.hazardCode = hazardCode;
|
| | | }
|
| | |
|
| | | public Byte getDangerSrc() {
|
| | | return dangerSrc;
|
| | | }
|
| | |
|
| | | public void setDangerSrc(Byte dangerSrc) {
|
| | | this.dangerSrc = dangerSrc;
|
| | | }
|
| | |
|
| | | public String getDangerDesc() {
|
| | | return dangerDesc;
|
| | | }
|
| | |
|
| | | public void setDangerDesc(String dangerDesc) {
|
| | | this.dangerDesc = dangerDesc;
|
| | | }
|
| | |
|
| | | public String getDangerReason() {
|
| | | return dangerReason;
|
| | | }
|
| | |
|
| | | public void setDangerReason(String dangerReason) {
|
| | | this.dangerReason = dangerReason;
|
| | | }
|
| | |
|
| | | public Byte getHazardDangerType() {
|
| | | return hazardDangerType;
|
| | | }
|
| | |
|
| | | public void setHazardDangerType(Byte hazardDangerType) {
|
| | | this.hazardDangerType = hazardDangerType;
|
| | | }
|
| | |
|
| | | public Byte getDangerState() {
|
| | | return dangerState;
|
| | | }
|
| | |
|
| | | public void setDangerState(Byte dangerState) {
|
| | | this.dangerState = dangerState;
|
| | | }
|
| | |
|
| | | public Byte getTimeoutFlag() {
|
| | | return timeoutFlag;
|
| | | }
|
| | |
|
| | | public void setTimeoutFlag(Byte timeoutFlag) {
|
| | | this.timeoutFlag = timeoutFlag;
|
| | | }
|
| | |
|
| | | public Byte getDangerResult() {
|
| | | return dangerResult;
|
| | | }
|
| | |
|
| | | public void setDangerResult(Byte dangerResult) {
|
| | | this.dangerResult = dangerResult;
|
| | | }
|
| | |
|
| | | public Date getReportTime() {
|
| | | return reportTime;
|
| | | }
|
| | |
|
| | | public void setReportTime(Date reportTime) {
|
| | | this.reportTime = reportTime;
|
| | | }
|
| | |
|
| | | public Date getUpdateReportDataTime() {
|
| | | return updateReportDataTime;
|
| | | }
|
| | |
|
| | | public void setUpdateReportDataTime(Date updateReportDataTime) {
|
| | | this.updateReportDataTime = updateReportDataTime;
|
| | | }
|
| | |
|
| | | public Byte getReportStatus() {
|
| | | return reportStatus;
|
| | | }
|
| | |
|
| | | public void setReportStatus(Byte reportStatus) {
|
| | | this.reportStatus = reportStatus;
|
| | | }
|
| | |
|
| | | public Byte getReportSwitch() {
|
| | | return reportSwitch;
|
| | | }
|
| | |
|
| | | public void setReportSwitch(Byte reportSwitch) {
|
| | | this.reportSwitch = reportSwitch;
|
| | | }
|
| | | }
|