puzhibing
5 天以前 43c1dbcee9920e0f0170de0bd0541775d2bd5aa5
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MgtQuickEntryGetVo.java
@@ -25,10 +25,13 @@
    @ApiModelProperty(value = "链接类型1.外部2.内部3.无")
    private Integer targetType;
    @ApiModelProperty(value = "链接类型1.手动输入/跳转地址  2.选择已有/跳转小程序")
    private Integer linkType;
    @ApiModelProperty(value = "链接地址")
    private String linkUrl;
    @ApiModelProperty(value = "跳转类型1.门店详情2.秒杀活动3领券中心4.商城列表5.关于洪瑞堂")
    @ApiModelProperty(value = "跳转类型1.门店详情2.秒杀活动3领券中心4.商城列表5.关于洪瑞堂6.赚取积分7.建议有奖")
    private Integer jumpType;
    @ApiModelProperty(value = "跳转id")
@@ -37,4 +40,7 @@
    @ApiModelProperty(value = "快速入口排序")
    private Integer entrySort;
    @ApiModelProperty(value = "小程序APPID")
    private String appid;
}