完善了小程序端用户创建订单接口

This commit is contained in:
chen-xin-zhi 2024-11-09 11:20:43 +08:00
parent 33297d7db5
commit 122cb25a2a
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -79,10 +79,6 @@ public class Good {
*/
private Integer festivalOrder;
/**
* 预约日期
*/
private String reserveDate;
/**
* 是否上架