jiangping
2023-12-28 48376938fb04165594a51a8847987669cd80fc63
server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java
@@ -104,7 +104,7 @@
    private String deviceIndex;
    @ApiModelProperty(value = "入厂时间")
    @ExcelColumn(name="入厂时间")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date eventDate;
    @ApiModelProperty(value = "访客ID(关联member)")