From cedaeeed6d401aefebf93ea6ea21cc9e06d5f5db Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 02 十二月 2025 10:36:48 +0800
Subject: [PATCH] 新增搜索 模块+同伴+时间
---
zhang-content/src/main/java/com/ruoyi/domain/ZfMaster.java | 24 +-----------------------
1 files changed, 1 insertions(+), 23 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/domain/ZfMaster.java b/zhang-content/src/main/java/com/ruoyi/domain/ZfMaster.java
index 90840e8..106b420 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/ZfMaster.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/ZfMaster.java
@@ -28,7 +28,7 @@
/**
* 瀹犵墿id
*/
- private Long petId;
+ private String petId;
/**
* 鍏荤姮浜哄鍚�
@@ -48,11 +48,6 @@
@Excel(name = "璇佷欢鍙风爜")
private String certificateNo;
- /**
- * 鍥哄畾鐢佃瘽
- */
- @Excel(name = "鍥哄畾鐢佃瘽")
- private String fixedNo;
/**
* 绉诲姩鐢佃瘽
@@ -60,29 +55,12 @@
@Excel(name = "绉诲姩鐢佃瘽")
private String phoneNo;
- /**
- * 鎷ユ湁瀹犵墿鏁伴噺
- */
- @Excel(name = "鎷ユ湁瀹犵墿鏁伴噺")
- private Integer many;
/**
* 浣忔墍璇︾粏鍦板潃
*/
@Excel(name = "浣忔墍璇︾粏鍦板潃")
private String address;
-
- /**
- * 浣忔墍鎬ц川
- */
- @Excel(name = "浣忔墍鎬ц川")
- private String property;
-
- /**
- * 鐢靛瓙閭欢
- */
- @Excel(name = "閭")
- private String email;
}
--
Gitblit v1.9.1