zss
2024-11-21 d1022dab44c4916c2935d10f5b04c7e7bbaa5dad
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;
}