轮播图

This commit is contained in:
seesaw
2024-11-26 14:45:51 +08:00
parent dbd616b2ee
commit c7eb57976c
14 changed files with 439 additions and 1 deletions

View File

@ -60,4 +60,6 @@ public class DishesPageReqVO extends PageParam {
private List<String> weekTimes;
private Integer dailySigns;
}

View File

@ -82,4 +82,6 @@ public class DishesRespVO {
private String weekTime;
private String timeSlot;
private Integer dailySigns;
}