From 36688cafd4ec450a1cf8055edfb4303c047eb083 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期一, 23 十月 2023 09:03:12 +0800 Subject: [PATCH] 修改bug --- cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java b/cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java index bb95ea3..3fc012f 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java +++ b/cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java @@ -16,5 +16,5 @@ @ApiModelProperty("图片路径") private String img; @ApiModelProperty("跳转页面") - private String jumpPage; + private String page; } -- Gitblit v1.7.1