Commit ba9e65c4 authored by wlx@33.cn's avatar wlx@33.cn

添加预热开始时间和结束时间

parent 9e58d595
...@@ -82,4 +82,10 @@ public class GoodsVo { ...@@ -82,4 +82,10 @@ public class GoodsVo {
@ApiModelProperty(value = "盲盒规则") @ApiModelProperty(value = "盲盒规则")
private String blindBoxRule; private String blindBoxRule;
@ApiModelProperty(value = "预热开始时间")
private Long preheatStartTime;
@ApiModelProperty(value = "预热结束时间")
private Long preheatEndTime;
} }
...@@ -42,4 +42,10 @@ public class SaleHotVo { ...@@ -42,4 +42,10 @@ public class SaleHotVo {
@ApiModelProperty(value = "(销售方式)1.普通 4.盲盒") @ApiModelProperty(value = "(销售方式)1.普通 4.盲盒")
private Integer salesType; private Integer salesType;
@ApiModelProperty(value = "预热开始时间")
private Long preheatStartTime;
@ApiModelProperty(value = "预热结束时间")
private Long preheatEndTime;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment