优化首页代码

This commit is contained in:
java110 2020-05-21 09:43:37 +08:00
parent 9180fbd2ba
commit 30aa768ab3

View File

@ -17,6 +17,8 @@ class MappingConstant {
static OWNER_INFO = "ownerInfo"; // 当前业主信息
static CURRENT_COMMUNITY_INFO = "currentCommunityInfo"; //业主当前小区信息
static INDEX_LISTENER = "index_listener";// 首页监听
}