From db37e07adc0aabb8e03d1ffdc30d818a1d0f15f2 Mon Sep 17 00:00:00 2001
From: zhang chengzhi <3144712872@qq.com>
Date: Mon, 29 Jul 2024 02:05:38 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 2 ++
.../com/muyu/common/core/web/domain/BaseEntity.java | 12 ------------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 57cf128..6f6818f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,8 @@
cloud-common-core
+ 3.6.3
+
cloud-common-core核心模块
diff --git a/src/main/java/com/muyu/common/core/web/domain/BaseEntity.java b/src/main/java/com/muyu/common/core/web/domain/BaseEntity.java
index a5e99c6..add8e3e 100644
--- a/src/main/java/com/muyu/common/core/web/domain/BaseEntity.java
+++ b/src/main/java/com/muyu/common/core/web/domain/BaseEntity.java
@@ -55,18 +55,6 @@ public class BaseEntity implements Serializable {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date updateTime;
- /**
- * 开始时间
- */
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
- private Date startTime;
- /**
- * 结束时间
- */
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
- private Date endTime;
-
-
/**
* 备注
*/