| | |
| | | import com.baomidou.mybatisplus.annotation.IdType;
|
| | | import com.baomidou.mybatisplus.annotation.TableId;
|
| | | import com.baomidou.mybatisplus.annotation.TableName;
|
| | | import lombok.Data;
|
| | |
|
| | | import java.util.Date;
|
| | |
|
| | | @Data
|
| | | @TableName("prevent_risk_danger_check_log")
|
| | | public class PreventRiskDangerCheckLog {
|
| | |
|
| | |
| | | */
|
| | | private Byte reportSwitch;
|
| | |
|
| | | public Long getCheckId() {
|
| | | return checkId;
|
| | | }
|
| | | private Long mobileCode;
|
| | |
|
| | | public void setCheckId(Long checkId) {
|
| | | this.checkId = checkId;
|
| | | }
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public String getUuid() {
|
| | | return uuid;
|
| | | }
|
| | |
|
| | | public void setUuid(String uuid) {
|
| | | this.uuid = uuid;
|
| | | }
|
| | |
|
| | | public Byte getCheckStatus() {
|
| | | return checkStatus;
|
| | | }
|
| | |
|
| | | public void setCheckStatus(Byte checkStatus) {
|
| | | this.checkStatus = checkStatus;
|
| | | }
|
| | |
|
| | | public Long getJobId() {
|
| | | return jobId;
|
| | | }
|
| | |
|
| | | public void setJobId(Long jobId) {
|
| | | this.jobId = jobId;
|
| | | }
|
| | |
|
| | | 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;
|
| | | }
|
| | | private Long dangerCheckPointId;
|
| | | }
|