轮播图

This commit is contained in:
liupopo
2024-01-31 16:44:22 +08:00
parent d6bb3836d8
commit 2f12af8f80
4 changed files with 106 additions and 0 deletions

View File

@@ -38,4 +38,5 @@ public class AppletBanner extends EntityWithId {
private String bannerUrl;//轮播图完整URL
private String bannerPath;//轮播图相对地址
private String contentUrl;//内容图片
}

View File

@@ -10,4 +10,5 @@ public class WxBannerListVo {
private String bannerUrl;//轮播图完整URL
private String bannerPath;//轮播图相对地址
private String contentUrl;//轮播图相对地址
}