From 230eab518bc9ab3eec4370dab8367876d72e562e Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期三, 17 五月 2023 15:11:31 +0800
Subject: [PATCH] 添加了ids
---
zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java | 3 +++
1 files changed, 3 insertions(+), 0 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..6b93ad1 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/ZfPet.java
@@ -111,4 +111,7 @@
private String url;
+ @JsonFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+
}
--
Gitblit v1.9.1