admin
2022-04-21 2464548977f4720bc8fceeb5d999c1a3852c2d10
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.makemoney.app.entity.config;
 
/**
 * @author hxh
 * @title: JumpType
 * @description: 应用跳转类型
 * @date 2022/4/2 14:10
 */
public enum AppJumpType {
    web, baichuan;
}