package com.epmet.constant; /** * @Author zxc * @DateTime 2020/11/3 2:45 下午 */ public interface BadgeConstant { String BADGE_KEY = "epmet:badge:"; String BADGE = "badge"; String DEFAULT_CUSTOMER = "default"; String YES = "yes"; String NO = "no"; String REJECTED = "rejected"; String APPROVED = "approved"; String NONE ="none"; String SMS_CODE_KEY = "epmet:smsCode:badge:"; }