| | |
| | | import com.baomidou.mybatisplus.annotation.IdType;
|
| | | import com.baomidou.mybatisplus.annotation.TableId;
|
| | | import com.baomidou.mybatisplus.annotation.TableName;
|
| | | import lombok.Data;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.util.Date;
|
| | |
|
| | | @Data
|
| | | @TableName("prevent_cj_report_check_record_from_task")
|
| | | public class PreventCJReportCheckRecordFromTask implements Serializable {
|
| | | /**
|
| | |
| | | */
|
| | | private Long taskId;
|
| | |
|
| | | public Long getTaskId() {
|
| | | return taskId;
|
| | | }
|
| | | private String mobileCode;
|
| | |
|
| | | public void setTaskId(Long taskId) {
|
| | | this.taskId = taskId;
|
| | | }
|
| | | private String defend;
|
| | |
|
| | | public Integer getIndexId() {
|
| | | return indexId;
|
| | | }
|
| | |
|
| | | public void setIndexId(Integer indexId) {
|
| | | this.indexId = indexId;
|
| | | }
|
| | |
|
| | | public String getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(String id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public String getCompanyCode() {
|
| | | return companyCode;
|
| | | }
|
| | |
|
| | | public void setCompanyCode(String companyCode) {
|
| | | this.companyCode = companyCode;
|
| | | }
|
| | |
|
| | | public String getDeleted() {
|
| | | return deleted;
|
| | | }
|
| | |
|
| | | public void setDeleted(String deleted) {
|
| | | this.deleted = deleted;
|
| | | }
|
| | |
|
| | | public Date getCreateDate() {
|
| | | return createDate;
|
| | | }
|
| | |
|
| | | public void setCreateDate(Date createDate) {
|
| | | this.createDate = createDate;
|
| | | }
|
| | |
|
| | | public String getCreateBy() {
|
| | | return createBy;
|
| | | }
|
| | |
|
| | | public void setCreateBy(String createBy) {
|
| | | this.createBy = createBy;
|
| | | }
|
| | |
|
| | | public Date getUpdateDate() {
|
| | | return updateDate;
|
| | | }
|
| | |
|
| | | public void setUpdateDate(Date updateDate) {
|
| | | this.updateDate = updateDate;
|
| | | }
|
| | |
|
| | | public String getUpdateBy() {
|
| | | return updateBy;
|
| | | }
|
| | |
|
| | | public void setUpdateBy(String updateBy) {
|
| | | this.updateBy = updateBy;
|
| | | }
|
| | |
|
| | | public String getCheckTaskId() {
|
| | | return checkTaskId;
|
| | | }
|
| | |
|
| | | public void setCheckTaskId(String checkTaskId) {
|
| | | this.checkTaskId = checkTaskId;
|
| | | }
|
| | |
|
| | | public String getCheckStatus() {
|
| | | return checkStatus;
|
| | | }
|
| | |
|
| | | public void setCheckStatus(String checkStatus) {
|
| | | this.checkStatus = checkStatus;
|
| | | }
|
| | |
|
| | | public Date getCheckTime() {
|
| | | return checkTime;
|
| | | }
|
| | |
|
| | | public void setCheckTime(Date checkTime) {
|
| | | this.checkTime = checkTime;
|
| | | }
|
| | |
|
| | | public String getCreateByMobile() {
|
| | | return createByMobile;
|
| | | }
|
| | |
|
| | | public void setCreateByMobile(String createByMobile) {
|
| | | this.createByMobile = createByMobile;
|
| | | }
|
| | |
|
| | | public String getUpdateByMobile() {
|
| | | return updateByMobile;
|
| | | }
|
| | |
|
| | | public void setUpdateByMobile(String updateByMobile) {
|
| | | this.updateByMobile = updateByMobile;
|
| | | }
|
| | |
|
| | | public Date getReportTime() {
|
| | | return reportTime;
|
| | | }
|
| | |
|
| | | public void setReportTime(Date reportTime) {
|
| | | this.reportTime = reportTime;
|
| | | }
|
| | |
|
| | | public Byte getReportStatus() {
|
| | | return reportStatus;
|
| | | }
|
| | |
|
| | | public void setReportStatus(Byte reportStatus) {
|
| | | this.reportStatus = reportStatus;
|
| | | }
|
| | |
|
| | | public Byte getDataSource() {
|
| | | return dataSource;
|
| | | }
|
| | |
|
| | | public void setDataSource(Byte dataSource) {
|
| | | this.dataSource = dataSource;
|
| | | }
|
| | | }
|
| | |
|