zqy
7 天以前 7c0603315e57e3765270a8ac6b310b5a32af5a40
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;