From 984b7d9ab8398233635ca8afa27d76a4a146a547 Mon Sep 17 00:00:00 2001
From: liujie <liujie>
Date: 星期二, 24 十月 2023 17:59:12 +0800
Subject: [PATCH] 修改bug

---
 cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java |    2 ++
 1 files changed, 2 insertions(+), 0 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 90e19cf..972eaa5 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
@@ -23,4 +23,6 @@
     private String type;
     @ApiModelProperty("跳转页面Id")
     private Integer turnId;
+    @ApiModelProperty("跳转模块")
+    private String model;
 }

--
Gitblit v1.7.1