dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20211214
xiaoyong931011
2021-12-14
649d980913fc93b05b6fd47439ac0bbf87e8129e
[xc-video.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
video
/
enumeration
/
VipTypeEnum.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cc.mrbird.febs.video.enumeration;
public enum VipTypeEnum {
/**
* 月卡
*/
MONTH,
/**
* 季卡
*/
PERIOD,
/**
* 年卡
*/
YEAR;
}