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;
    /**
     * 宠物号码
     */
@@ -154,5 +155,10 @@
    @Excel(name = "出生日期", dateFormat = "yyyy-MM-dd")
    private Date birthEnd;
    /**
     * 分享人id
     */
    private Integer shareId;
}