Commit caab0b26 authored by macro's avatar macro
Browse files

Update HomeFlashPromotion.java

parent f70826e3
......@@ -13,9 +13,13 @@ import java.util.List;
@Getter
@Setter
public class HomeFlashPromotion {
//本场开始时间
private Date startTime;
//本场结束时间
private Date endTime;
//下场开始时间
private Date nextStartTime;
//下场结束时间
private Date nextEndTime;
//属于该秒杀活动的商品
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