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.
16 lines
234 B
16 lines
234 B
5 years ago
|
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";
|
||
|
|
||
|
}
|