You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
234 B
15 lines
234 B
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";
|
|
|
|
}
|
|
|