Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
caab0b26
Commit
caab0b26
authored
Sep 02, 2021
by
macro
Browse files
Update HomeFlashPromotion.java
parent
f70826e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/HomeFlashPromotion.java
View file @
caab0b26
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment