xiaoyong931011
2021-12-16 2e4a8950290ea2eef167315a4254f89ded9acc49
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;
}