| | |
| | | |
| | | 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() { |
| | |
| | | |
| | | private Long id; |
| | | |
| | | private Boolean status ; |
| | | |
| | | private Long accidentExpressId; |
| | | |
| | | private String accidentType; |
| | |
| | | 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; |