From 900e07dd44ad4ea8f73a98975b839f7408739cdd Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 15 九月 2023 15:22:55 +0800
Subject: [PATCH] 修改ip为localhost
---
zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java | 40 +++++++++++++++++++++++++++++++++++++++-
1 files changed, 39 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..2277d46 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,46 @@
@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;
+
+
}
--
Gitblit v1.9.1