添加domain文件夹

This commit is contained in:
luying
2021-02-01 17:10:14 +08:00
parent 67668097d6
commit 39b68de801
23 changed files with 299 additions and 161 deletions
@@ -0,0 +1,8 @@
export enum ROLE {
// 玩家列表显示基础数据
SHOW_SIMPLE = 'roleId roleName ce headHid sHid lv title job quitTime',
GET_LV = 'lv'
};
+1
View File
@@ -5,4 +5,5 @@ export * from './constModules/heroConst';
export * from './constModules/itemConst';
export * from './constModules/sysConst';
export * from './constModules/guildConst';
export * from './constModules/selectConst';
export * from './statusCode';