fei
3 天以前 458bed025c92c45ce7cfca3e685b9cb9548c61d3
zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
@@ -31,6 +31,7 @@
    @TableId(value = "id", type = IdType.AUTO)
    private String id;
    private String fileName;
    /**
     * 宠物号码
     */
@@ -154,5 +155,10 @@
    @Excel(name = "出生日期", dateFormat = "yyyy-MM-dd")
    private Date birthEnd;
    /**
     * 分享人id
     */
    private Integer shareId;
}