zqy
2026-01-02 ed43a26801d6d36e86c187f1c3ece8a16d5806c1
zhang-content/src/main/java/com/ruoyi/domain/ZfPetNote.java
@@ -30,6 +30,9 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    private String fileName;
    /**
     * 宠物id
     */
@@ -86,6 +89,10 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date remindEndTime;
    /**
     * 分享人id
     */
    private Integer shareId;