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; }