bug
zss
2024-06-26 835951395f01aba7ab567d3a6c7b5450b4e54a1b
cnas-server/src/main/java/com/yuanchu/mom/pojo/Seal.java
@@ -21,7 +21,6 @@
    @TableId(type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "实验室id")
    private Integer labId;
@@ -40,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;
}