小程序主页接口修改
This commit is contained in:
@@ -33,7 +33,7 @@ public class HomePageVO {
|
||||
/**
|
||||
* 今日上新商品信息
|
||||
*/
|
||||
private List<RecommendProVO> todayProInfo;
|
||||
private HotRankingVO todayProInfo;
|
||||
|
||||
/**
|
||||
* 菜单列表
|
||||
|
||||
@@ -61,7 +61,7 @@ public class RecommendProVO {
|
||||
/**
|
||||
* 折扣
|
||||
*/
|
||||
private float discount;
|
||||
private Integer discount;
|
||||
@Column(ignore = true)
|
||||
private Long endTime = 1741391999999L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user