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; /** * 是否上架