| | |
| | | */ |
| | | public static final String SERVICE_CODE_QUERY_USER_USERINFO = "query.user.userInfo"; |
| | | |
| | | |
| | | /** |
| | | * 查询 组织管理 |
| | | */ |
| | | public static final String LIST_USERS = "user.listUsers"; |
| | | |
| | | /** |
| | | * 保存商户信息 |
| | | */ |
| | |
| | | //检查用户是否有权限 |
| | | public static final String SERVICE_CODE_CHECK_USER_HAS_PRIVILEGE = "check.user.hasPrivilege"; |
| | | |
| | | //检查用户是否有权限 |
| | | public static final String SERVICE_CODE_CHECK_USER_HAS_RESOURCE = "basePrivilege.CheckUserHasResourceListener"; |
| | | |
| | | |
| | | //查询小区楼 |
| | | public static final String SERVICE_CODE_QUERY_FLOOR = "floor.queryFloors"; |
| | |
| | | |
| | | // 保存业主信息 |
| | | public static final String SERVICE_CODE_SAVE_OWNER = "owner.saveOwner"; |
| | | |
| | | public static final String SERVICE_CODE_APPLICATION_KEY = "owner.applicationKey"; |
| | | |
| | | // 编辑业主信息 |
| | | public static final String SERVICE_CODE_EDIT_OWNER = "owner.editOwner"; |
| | |
| | | public static final String SERVICE_CODE_LIST_COMMUNITYS = "community.listCommunitys"; |
| | | |
| | | /** |
| | | * 查询我的小区信息 |
| | | */ |
| | | public static final String SERVICE_CODE_LIST_MY_ENTERED_COMMUNITYS = "community.listMyEnteredCommunitys"; |
| | | |
| | | |
| | | /** |
| | | * 查询需要审核入驻小区商户 |
| | | */ |
| | | public static final String SERVICE_CODE_LIST_AUDIT_ENTER_COMMUNITYS = "community.listAuditEnterCommunitys"; |
| | |
| | | |
| | | public static final String SERVICE_CODE_LIST_NOTICES = "notice.listNotices"; |
| | | |
| | | public static final String SERVICE_CODE_LIST_MSGS = "msg.listMsg"; |
| | | public static final String SERVICE_CODE_READ_MSGS = "msg.readMsg"; |
| | | |
| | | |
| | | //msg.readMsg |
| | | |
| | | /** |
| | | * 查询数据字典 |
| | | */ |
| | | public static final String SERVICE_CODE_DICT_TYPE="dict.queryDict"; |
| | | |
| | | /** |
| | | * 查询 地区 |
| | | */ |
| | | public static final String LIST_AREAS = "area.listAreas"; |
| | | |
| | | } |