| | |
| | | package com.ruoyi.doublePrevention.repository.param;
|
| | |
|
| | | import java.util.Date;
|
| | | import lombok.Data;
|
| | |
|
| | | import java.util.Date;
|
| | | @Data
|
| | | public class HandlerReportParam {
|
| | | /**
|
| | | * 主键
|
| | |
| | | * 上报时间
|
| | | */
|
| | | private Date reportTime;
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public Byte getReportStatus() {
|
| | | return reportStatus;
|
| | | }
|
| | |
|
| | | public void setReportStatus(Byte reportStatus) {
|
| | | this.reportStatus = reportStatus;
|
| | | }
|
| | |
|
| | | public Date getReportTime() {
|
| | | return reportTime;
|
| | | }
|
| | |
|
| | | public void setReportTime(Date reportTime) {
|
| | | this.reportTime = reportTime;
|
| | | }
|
| | | }
|