完善了小程序端用户创建订单接口
This commit is contained in:
parent
33297d7db5
commit
122cb25a2a
|
@ -42,11 +42,6 @@ public class GoodSnapshot implements Serializable {
|
||||||
@Schema(description = "节日序号(1代表端午节,2代表中秋节...)", example = "2")
|
@Schema(description = "节日序号(1代表端午节,2代表中秋节...)", example = "2")
|
||||||
private Integer festivalOrder;
|
private Integer festivalOrder;
|
||||||
|
|
||||||
/**
|
|
||||||
* 预约日期
|
|
||||||
*/
|
|
||||||
@Schema(description = "预约日期(用户服务类,如果是商品类值为NOT_RESERVE)", example = "2024-11-22;9:00-11:00")
|
|
||||||
private String reserveDate;
|
|
||||||
|
|
||||||
|
|
||||||
@Serial
|
@Serial
|
||||||
|
|
|
@ -79,10 +79,6 @@ public class Good {
|
||||||
*/
|
*/
|
||||||
private Integer festivalOrder;
|
private Integer festivalOrder;
|
||||||
|
|
||||||
/**
|
|
||||||
* 预约日期
|
|
||||||
*/
|
|
||||||
private String reserveDate;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否上架
|
* 是否上架
|
||||||
|
|
Loading…
Reference in New Issue
Block a user