From 75bae58af7d066bdfd8ed06e868c16470afb8aec Mon Sep 17 00:00:00 2001
From: whywhyo <1511349576@qq.com>
Date: 星期二, 06 六月 2023 21:56:06 +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