添加domain文件夹

This commit is contained in:
luying
2021-02-01 17:10:08 +08:00
parent 67668097d6
commit 39b68de801
23 changed files with 299 additions and 161 deletions

View File

@@ -0,0 +1,8 @@
export enum ROLE {
// 玩家列表显示基础数据
SHOW_SIMPLE = 'roleId roleName ce headHid sHid lv title job quitTime',
GET_LV = 'lv'
};