111
whywhyo
2023-05-21 bd609455667411a75c03433dc3490a790c71b7d3
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;
}