44323
2023-11-09 4f47865c3b8132f097cc32fe9bd8e0fa12469786
cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java
@@ -17,4 +17,12 @@
    private String img;
    @ApiModelProperty("跳转页面")
    private String page;
    @ApiModelProperty("名称")
    private String name;
    @ApiModelProperty("跳转类型")
    private String type;
    @ApiModelProperty("跳转页面Id")
    private Integer turnId;
    @ApiModelProperty("跳转模块")
    private String model;
}