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
30c707b3
Commit
30c707b3
authored
Feb 20, 2022
by
macro
Browse files
Update HomeFlashPromotion.java
parent
42b14d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/HomeFlashPromotion.java
View file @
30c707b3
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
;
}
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