From f54e9c208c4988fd3df4fecc7a1b1ae54eb708de Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期日, 08 十月 2023 08:57:59 +0800 Subject: [PATCH] 业务数据已处理,数据库连接问题已处理 --- src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportRiskEventDTO.java | 73 +----------------------------------- 1 files changed, 3 insertions(+), 70 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportRiskEventDTO.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportRiskEventDTO.java index 7e81d77..f4c534c 100644 --- a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportRiskEventDTO.java +++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportRiskEventDTO.java @@ -1,8 +1,11 @@ package com.ruoyi.doublePrevention.entity.CJReport.CJdto.HandlerDO; +import lombok.Data; + import java.io.Serializable; +@Data public class CJReportRiskEventDTO implements Serializable { /** * 主键 @@ -41,75 +44,5 @@ */ private String updateBy; - public String getDeleted() { - return deleted; - } - public void setDeleted(String deleted) { - this.deleted = deleted; - } - - 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 getRiskEventName() { - return riskEventName; - } - - public void setRiskEventName(String riskEventName) { - this.riskEventName = riskEventName; - } - - public String getRiskUnitId() { - return riskUnitId; - } - - public void setRiskUnitId(String riskUnitId) { - this.riskUnitId = riskUnitId; - } - - public String getCreateDate() { - return createDate; - } - - public void setCreateDate(String createDate) { - this.createDate = createDate; - } - - public String getCreateBy() { - return createBy; - } - - public void setCreateBy(String createBy) { - this.createBy = createBy; - } - - public String getUpdateDate() { - return updateDate; - } - - public void setUpdateDate(String updateDate) { - this.updateDate = updateDate; - } - - public String getUpdateBy() { - return updateBy; - } - - public void setUpdateBy(String updateBy) { - this.updateBy = updateBy; - } } -- Gitblit v1.9.2