456
whywhyo
2023-05-23 7f220c9aa253204183c42edaa98d9f78e9eb6685
zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
@@ -28,7 +28,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    private String id;
    /**
     * 宠物号码
@@ -111,4 +111,7 @@
    private String url;
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date createTime;
}