| | |
| | | |
| | | public class AccidentReportReqDTO { |
| | | |
| | | private String fillInUserName; |
| | | |
| | | public String getFillInUserName() { |
| | | return fillInUserName; |
| | | } |
| | | |
| | | public void setFillInUserName(String fillInUserName) { |
| | | this.fillInUserName = fillInUserName; |
| | | } |
| | | |
| | | private Long id; |
| | | |
| | | private Long accidentExpressId; |
| | |
| | | |
| | | private String accidentCause; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date reportDeadline; |
| | | |
| | | private String accidentLevel; |
| | |
| | | |
| | | private Long fillInUserUid; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date fillInTime; |
| | | |
| | | private String relevantPersonnelRecords; |