puzhibing
2024-02-07 3f50662d2e84ff72b4f3cd48026ac66af4700454
cloud-server-other/src/main/java/com/dsh/other/model/BannerVo.java
@@ -23,4 +23,8 @@
    private String type;
    @ApiModelProperty("跳转页面Id")
    private Integer turnId;
    @ApiModelProperty("跳转模块")
    private String model;
    @ApiModelProperty("跳转列表类型id")
    private Integer typeId;
}