ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/pojo/config/QuickEntry.java
@@ -56,6 +56,11 @@ @TableField("target_type") private Integer targetType; /** * 链接类型1.手动输入2.选择已有 */ @TableField("link_type") private Integer linkType; /** * 链接地址 */ @TableField("link_url") @@ -71,7 +76,7 @@ private Long createUserId; /** * 跳转类型1.门店详情2.秒杀活动3领券中心4.商城列表5.关于洪瑞堂 * 跳转类型1.门店详情2.秒杀活动3领券中心4.商城列表5.关于洪瑞堂6.赚取积分7.建议有奖 */ @TableField("jump_type") private Integer jumpType;