songhuangfeng123
2022-08-08 2f71d2a6f77277766f81ecfcfc1df19a4784e897
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/model/dto/resp/AccidentReportDetailRespDTO.java
@@ -9,6 +9,16 @@
public class AccidentReportDetailRespDTO {
    private Integer status;
    public Integer getStatus() {
        return status;
    }
    public void setStatus(Integer status) {
        this.status = status;
    }
    private String fillInUserName;
    public String getFillInUserName() {
@@ -62,8 +72,6 @@
    private Long id;
    private Boolean status ;
    private Long accidentExpressId;
    private String accidentType;
@@ -105,14 +113,6 @@
    private String otherMaterials;
    private List<AccidentReportFileRespDTO> fileList;
    public Boolean getStatus() {
        return status;
    }
    public void setStatus(Boolean status) {
        this.status = status;
    }
    public Long getId() {
        return id;