From 40f362f8c120a94f35e28dcba6e70b5e42c6d599 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 24 十月 2023 20:32:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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