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