lyh
2025-07-25 ce1cfcb9b9176ddb1f47c9eb4cb2232b080bdbf9
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamReportAccidentsRegister.java
@@ -1,10 +1,7 @@
package org.jeecg.modules.eam.entity;
import java.io.Serializable;
import java.io.UnsupportedEncodingException;
import java.util.Date;
import java.math.BigDecimal;
import com.baomidou.mybatisplus.annotation.*;
import lombok.Data;
import com.fasterxml.jackson.annotation.JsonFormat;
@@ -111,6 +108,7 @@
   /**操作工*/
   @Excel(name = "操作工", width = 15)
    @ApiModelProperty(value = "操作工")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String confirmer;
   /**操作工确认时间*/
   @Excel(name = "操作工确认时间", width = 15, format = "yyyy-MM-dd")
@@ -121,6 +119,7 @@
   /**区长*/
   @Excel(name = "区长", width = 15)
    @ApiModelProperty(value = "区长")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String district;
    /**区长确认*/
    @Excel(name = "区长确认", width = 15)
@@ -139,6 +138,7 @@
   /**中心主任*/
   @Excel(name = "中心主任", width = 15)
    @ApiModelProperty(value = "中心主任")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String centerDirector;
    /**中心主任确认*/
    @Excel(name = "中心主任确认", width = 15)
@@ -154,49 +154,50 @@
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @ApiModelProperty(value = "中心主任确认时间")
    private Date centerDirectorTime;
   /**维修开始时间*/
   @Excel(name = "维修开始时间", width = 15, format = "yyyy-MM-dd")
   @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
   /**维修工确认*/
   @Excel(name = "维修工确认", width = 15)
    @ApiModelProperty(value = "维修工确认")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String repairConfirm;
    /**维修开始时间*/
    @Excel(name = "维修开始时间", width = 15, format = "yyyy-MM-dd")
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @ApiModelProperty(value = "维修开始时间")
    private Date reportStartTime;
   /**设备状态*/
   @Excel(name = "设备状态", width = 15)
    /**设备状态*/
    @Excel(name = "设备状态", width = 15)
    @ApiModelProperty(value = "设备状态")
    private String equipmentStatus;
   /**原因分析*/
   @Excel(name = "原因分析", width = 15)
    /**原因分析*/
    @Excel(name = "原因分析", width = 15)
    @ApiModelProperty(value = "原因分析")
    private String causeAnalysis;
   /**检查结果*/
   @Excel(name = "检查结果", width = 15)
    /**检查结果*/
    @Excel(name = "检查结果", width = 15)
    @ApiModelProperty(value = "检查结果")
    private String inspectionResults;
   /**采取措施*/
   @Excel(name = "采取措施", width = 15)
    /**采取措施*/
    @Excel(name = "采取措施", width = 15)
    @ApiModelProperty(value = "采取措施")
    private String takeSteps;
   /**建议采取措施*/
   @Excel(name = "建议采取措施", width = 15)
    /**建议采取措施*/
    @Excel(name = "建议采取措施", width = 15)
    @ApiModelProperty(value = "建议采取措施")
    private String suggestionTakeSteps;
   /**建议采取措施时间*/
   @Excel(name = "建议采取措施时间", width = 15, format = "yyyy-MM-dd")
   @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    /**建议采取措施时间*/
    @Excel(name = "建议采取措施时间", width = 15, format = "yyyy-MM-dd")
    @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @ApiModelProperty(value = "建议采取措施时间")
    private Date suggestionTakeStepsTime;
   /**维修工确认*/
   @Excel(name = "维修工确认", width = 15)
    @ApiModelProperty(value = "维修确认")
    private String repairConfirm;
    /**维修工确认结果*/
    @Excel(name = "维修工确认结果", width = 15)
    @ApiModelProperty(value = "维修工确认结果")
    private String repairConfirmResult;
   /**维修工确认意见*/
   @Excel(name = "维修工确认意见", width = 15)
    @ApiModelProperty(value = "维修确认意见")
    @ApiModelProperty(value = "维修工确认意见")
    private String repairConfirmComment;
   /**维修工确认时间*/
   @Excel(name = "维修工确认时间", width = 15, format = "yyyy-MM-dd")
@@ -207,6 +208,7 @@
   /**维修组长确认*/
   @Excel(name = "维修组长确认", width = 15)
    @ApiModelProperty(value = "维修组长确认")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String repairGroupLeader;
   /**维修组长意见*/
   @Excel(name = "维修组长意见", width = 15)
@@ -225,6 +227,7 @@
   /**维修组长(区长)确认*/
   @Excel(name = "维修组长(区长)确认", width = 15)
    @ApiModelProperty(value = "维修组长(区长)确认")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String repairDistrict;
   /**维修组长(区长)意见*/
   @Excel(name = "维修组长(区长)意见", width = 15)
@@ -240,26 +243,27 @@
    @DateTimeFormat(pattern="yyyy-MM-dd")
    @ApiModelProperty(value = "维修组长(区长)确认时间")
    private Date repairDistrictTime;
   /**原因分析核对同意、不同意*/
   @Excel(name = "原因分析核对同意、不同意", width = 15)
    @ApiModelProperty(value = "原因分析核对同意、不同意")
    private String checkAgree;
   /**不同意原因分析*/
   @Excel(name = "不同意原因分析", width = 15)
    @ApiModelProperty(value = "不同意原因分析")
    private String disagreeReason;
   /**整改措施*/
   @Excel(name = "整改措施", width = 15)
    @ApiModelProperty(value = "整改措施")
    private String rectificationMeasures;
   /**事故结论*/
   @Excel(name = "事故结论", width = 15)
    @ApiModelProperty(value = "事故结论")
    private String accidentConclusion;
   /**技术负责人*/
   @Excel(name = "技术负责人", width = 15)
    @ApiModelProperty(value = "技术负责人")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String technicalDirector;
    /**原因分析核对同意、不同意*/
    @Excel(name = "原因分析核对同意、不同意", width = 15)
    @ApiModelProperty(value = "原因分析核对同意、不同意")
    private String checkAgree;
    /**不同意原因分析*/
    @Excel(name = "不同意原因分析", width = 15)
    @ApiModelProperty(value = "不同意原因分析")
    private String disagreeReason;
    /**整改措施*/
    @Excel(name = "整改措施", width = 15)
    @ApiModelProperty(value = "整改措施")
    private String rectificationMeasures;
    /**事故结论*/
    @Excel(name = "事故结论", width = 15)
    @ApiModelProperty(value = "事故结论")
    private String accidentConclusion;
    /**技术负责人确认意见*/
    @Excel(name = "技术负责人确认意见", width = 15)
    @ApiModelProperty(value = "技术负责人确认意见")
@@ -277,6 +281,7 @@
   /**技术主管室级领导*/
   @Excel(name = "技术主管室级领导", width = 15)
    @ApiModelProperty(value = "技术主管室级领导")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String technicalDirectorLeader;
    /**技术主管室级领导确认意见*/
    @Excel(name = "技术主管室级领导确认意见", width = 15)
@@ -295,6 +300,7 @@
   /**主管部级领导*/
   @Excel(name = "主管部级领导", width = 15)
    @ApiModelProperty(value = "主管部级领导")
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
    private String technicalDirectorPart;
   /**主管部级领导确认时间*/
   @Excel(name = "主管部级领导确认时间", width = 15, format = "yyyy-MM-dd")