lxp
2025-03-13 b7c4edd36912d26aa2e8e6fa5605c370bb2e478a
cnas-require/src/main/java/com/ruoyi/requier/pojo/DeviceMetricRecord.java
@@ -94,8 +94,8 @@
    @ApiModelProperty("创建时间 / 登记日期")
    @TableField(fill = FieldFill.INSERT)
    @ExcelProperty(value = "登记日期",index = 9)
    @JsonFormat(pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ColumnWidth(20)
    private LocalDateTime createTime;