店员管理/店员等级/账户管理

This commit is contained in:
starrySky
2024-03-31 13:52:29 +08:00
parent ccaa00990f
commit c7f81acbe5
125 changed files with 2670 additions and 1033 deletions

View File

@@ -7,13 +7,11 @@ public interface IBaseEnum {
/**
* 获取枚举值
*
*/
int getCode();
/**
* 获取枚举描述
*
*/
String getMessage();
}