From 122cb25a2a44de0696909e5cd36fa3431a2c9c5e Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Sat, 9 Nov 2024 11:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=86=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=AB=AF=E7=94=A8=E6=88=B7=E5=88=9B=E5=BB=BA=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cultural/heritage/model/dto/snapshot/GoodSnapshot.java | 5 ----- src/main/java/com/cultural/heritage/model/entity/Good.java | 4 ---- 2 files changed, 9 deletions(-) diff --git a/src/main/java/com/cultural/heritage/model/dto/snapshot/GoodSnapshot.java b/src/main/java/com/cultural/heritage/model/dto/snapshot/GoodSnapshot.java index 0001993..7d72e3e 100644 --- a/src/main/java/com/cultural/heritage/model/dto/snapshot/GoodSnapshot.java +++ b/src/main/java/com/cultural/heritage/model/dto/snapshot/GoodSnapshot.java @@ -42,11 +42,6 @@ public class GoodSnapshot implements Serializable { @Schema(description = "节日序号(1代表端午节,2代表中秋节...)", example = "2") private Integer festivalOrder; - /** - * 预约日期 - */ - @Schema(description = "预约日期(用户服务类,如果是商品类值为NOT_RESERVE)", example = "2024-11-22;9:00-11:00") - private String reserveDate; @Serial diff --git a/src/main/java/com/cultural/heritage/model/entity/Good.java b/src/main/java/com/cultural/heritage/model/entity/Good.java index b552112..3b88d8f 100644 --- a/src/main/java/com/cultural/heritage/model/entity/Good.java +++ b/src/main/java/com/cultural/heritage/model/entity/Good.java @@ -79,10 +79,6 @@ public class Good { */ private Integer festivalOrder; - /** - * 预约日期 - */ - private String reserveDate; /** * 是否上架