小程序主页接口修改

This commit is contained in:
张松
2025-03-10 17:56:56 +08:00
parent 643cbccae9
commit 80e958d9ba
4 changed files with 10 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ public class HomePageVO {
/**
* 今日上新商品信息
*/
private List<RecommendProVO> todayProInfo;
private HotRankingVO todayProInfo;
/**
* 菜单列表

View File

@@ -61,7 +61,7 @@ public class RecommendProVO {
/**
* 折扣
*/
private float discount;
private Integer discount;
@Column(ignore = true)
private Long endTime = 1741391999999L;
}