From c4aed9ce680b823e86864aa83cd61487e69a3494 Mon Sep 17 00:00:00 2001
From: whywhyo <1511349576@qq.com>
Date: 星期二, 30 五月 2023 20:52:00 +0800
Subject: [PATCH] 123

---
 zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java |    5 ++++-
 1 files changed, 4 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 9ae3d69..fa80a5b 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
@@ -28,7 +28,7 @@
     private static final long serialVersionUID = 1L;
 
     @TableId(value = "id", type = IdType.AUTO)
-    private Long id;
+    private String id;
 
     /**
      * 瀹犵墿鍙风爜
@@ -111,4 +111,7 @@
 
     private String url;
 
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    private Date createTime;
+
 }

--
Gitblit v1.9.1