package com.ks.app.entity.config; /** * @author hxh * @title: JumpType * @description: 应用跳转类型 * @date 2022/4/2 14:10 */ public enum AppJumpType { //消息 msg, //邀请 invite, //短视频 drawVideo, //资讯 news, //小说 novel, //提现 extract, //签到 signIn, //网页 web, //百川 baichuan; }