From 8e93f63d7eab5c4f5d193763cbb2e81ea5476923 Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期日, 16 七月 2023 21:03:59 +0800 Subject: [PATCH] 559 --- zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 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..d320188 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; @@ -109,9 +110,38 @@ @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; + + } -- Gitblit v1.9.1