dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://120.27.238.55:7000/r/xc-video
Helius
2021-12-17
bdf9983a1e03986e5304d1b87f1c6f80a5d908ed
[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;
}