feige
2024-08-22 5e2ebcceae4bc34b46370f2c10110cd72e7f4fba
zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
@@ -49,6 +49,9 @@
    @Excel(name = "宠物品种")
    private String type;
    @Excel(name = "宠物类型")
    private String animal;
    /**
     * 宠物名称
     */
@@ -151,5 +154,10 @@
    @Excel(name = "出生日期", dateFormat = "yyyy-MM-dd")
    private Date birthEnd;
    /**
     * 分享人id
     */
    private Integer shareId;
}