songhuangfeng123
2022-08-04 e6c0c5a119c814b1ae777f14897e9e15daab8c50
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;