zqy
2025-09-22 13ba3e8bf45ed8ca81454c2c159f569a2de69c51
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;
    /**
     * 宠物号码
     */
@@ -48,6 +49,9 @@
     */
    @Excel(name = "宠物品种")
    private String type;
    @Excel(name = "宠物类型")
    private String animal;
    /**
     * 宠物名称
@@ -151,5 +155,10 @@
    @Excel(name = "出生日期", dateFormat = "yyyy-MM-dd")
    private Date birthEnd;
    /**
     * 分享人id
     */
    private Integer shareId;
}