hsy
8 天以前 c5bce61891af2d9f43f7e8615fa31cd54a2c8cba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.iocoder.yudao.module.member.enums;
 
/**
 * Member 字典类型的枚举类
 *
 * @author owen
 */
public interface DictTypeConstants {
 
    /**
     * 会员经验记录 - 业务类型
     */
    String MEMBER_EXPERIENCE_BIZ_TYPE = "member_experience_biz_type";
 
}