songhuangfeng123
2022-07-20 2af0687164dc784d048c96c91c664bdfefb52f49
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/model/dto/resp/AccidentExpressDetailRespDTO.java
@@ -1,6 +1,7 @@
package com.gkhy.safePlatform.incidentManage.model.dto.resp;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.gkhy.safePlatform.incidentManage.entity.AccidentExpressFileInfoDO;
import java.util.Date;
@@ -20,6 +21,7 @@
    private String accidentCause;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date occurrenceTime;
    private String occurrencePlace;