lishuai
2023-12-26 68c5309001cf6e90a83ca8147d1bae809222222b
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)")