From 458bed025c92c45ce7cfca3e685b9cb9548c61d3 Mon Sep 17 00:00:00 2001 From: fei <791364011@qq.com> Date: 星期一, 06 十月 2025 08:54:53 +0800 Subject: [PATCH] 提交证书 --- zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 48 insertions(+), 1 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java b/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java index fa80a5b..bce44bb 100644 --- a/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java +++ b/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java @@ -1,6 +1,7 @@ package com.ruoyi.domain; import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonFormat; @@ -30,6 +31,7 @@ @TableId(value = "id", type = IdType.AUTO) private String id; + private String fileName; /** * 瀹犵墿鍙风爜 */ @@ -47,6 +49,9 @@ */ @Excel(name = "瀹犵墿鍝佺") private String type; + + @Excel(name = "瀹犵墿绫诲瀷") + private String animal; /** * 瀹犵墿鍚嶇О @@ -109,9 +114,51 @@ @Excel(name = "鑳藉惉鎳傜殑鏂硅█") private String dialect; - private String url; + private Long familyId; + + @TableField(exist = false) + private Integer ownData; + @JsonFormat(pattern = "yyyy-MM-dd") private Date createTime; + /** + * 澶村儚 + */ + private String headPicture; + + /** + * 鍏ㄨ韩鐓� + */ + private String fullPicture; + + //浠ヤ笅鏄富浜轰俊鎭� + + @Excel(name = "涓讳汉鍚嶅瓧") + private String masterName; + + @Excel(name = "涓讳汉璇佷欢鍙风爜") + private String masterIdNum; + + @Excel(name = "涓讳汉鐢佃瘽鍙风爜") + private String phone; + + @Excel(name = "涓讳汉鍦板潃") + private String masterAddress; + + @TableField(exist = false) + @Excel(name = "鍑虹敓鏃ユ湡", dateFormat = "yyyy-MM-dd") + private Date birthStart; + + @TableField(exist = false) + @Excel(name = "鍑虹敓鏃ユ湡", dateFormat = "yyyy-MM-dd") + private Date birthEnd; + + /** + * 鍒嗕韩浜篿d + */ + private Integer shareId; + + } -- Gitblit v1.9.1