Crunchy
2024-07-22 3b57ceae3bf1339b8f902f1b40daa1588960314b
cnas-server/src/main/java/com/yuanchu/mom/pojo/Seal.java
@@ -39,6 +39,7 @@
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;
}