Commit 30c707b3 authored by macro's avatar macro
Browse files

Update HomeFlashPromotion.java

parent 42b14d42
package com.macro.mall.portal.domain;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
......@@ -13,14 +14,14 @@ import java.util.List;
@Getter
@Setter
public class HomeFlashPromotion {
//本场开始时间
@ApiModelProperty("本场开始时间")
private Date startTime;
//本场结束时间
@ApiModelProperty("本场结束时间")
private Date endTime;
//下场开始时间
@ApiModelProperty("下场开始时间")
private Date nextStartTime;
//下场结束时间
@ApiModelProperty("下场结束时间")
private Date nextEndTime;
//属于该秒杀活动的商品
@ApiModelProperty("属于该秒杀活动的商品")
private List<FlashPromotionProduct> productList;
}
Supports Markdown
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