店员管理/店员等级/账户管理
This commit is contained in:
@@ -7,13 +7,11 @@ public interface IBaseEnum {
|
||||
|
||||
/**
|
||||
* 获取枚举值
|
||||
*
|
||||
*/
|
||||
int getCode();
|
||||
|
||||
/**
|
||||
* 获取枚举描述
|
||||
*
|
||||
*/
|
||||
String getMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user