incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/model/dto/req/AccidentReportReqDTO.java
@@ -1,5 +1,7 @@ package com.gkhy.safePlatform.incidentManage.model.dto.req; import com.fasterxml.jackson.annotation.JsonFormat; import java.math.BigDecimal; import java.util.Date; import java.util.List; @@ -24,6 +26,7 @@ private String accidentCause; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date reportDeadline; private String accidentLevel; @@ -40,6 +43,7 @@ private Long fillInUserUid; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date fillInTime; private String relevantPersonnelRecords;