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
42b14d42
Commit
42b14d42
authored
Feb 16, 2022
by
macro
Browse files
Update HomeContentResult.java
parent
9ce31043
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/HomeContentResult.java
View file @
42b14d42
...
...
@@ -4,6 +4,7 @@ import com.macro.mall.model.CmsSubject;
import
com.macro.mall.model.PmsBrand
;
import
com.macro.mall.model.PmsProduct
;
import
com.macro.mall.model.SmsHomeAdvertise
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Setter
;
...
...
@@ -16,16 +17,16 @@ import java.util.List;
@Getter
@Setter
public
class
HomeContentResult
{
//
轮播广告
@ApiModelProperty
(
"
轮播广告
"
)
private
List
<
SmsHomeAdvertise
>
advertiseList
;
//
推荐品牌
@ApiModelProperty
(
"
推荐品牌
"
)
private
List
<
PmsBrand
>
brandList
;
//
当前秒杀场次
@ApiModelProperty
(
"
当前秒杀场次
"
)
private
HomeFlashPromotion
homeFlashPromotion
;
//
新品推荐
@ApiModelProperty
(
"
新品推荐
"
)
private
List
<
PmsProduct
>
newProductList
;
//
人气推荐
@ApiModelProperty
(
"
人气推荐
"
)
private
List
<
PmsProduct
>
hotProductList
;
//
推荐专题
@ApiModelProperty
(
"
推荐专题
"
)
private
List
<
CmsSubject
>
subjectList
;
}
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