| | |
| | | //检查用户是否有权限 |
| | | 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"; |
| | | |
| | | // App 用户绑定业主接口 |
| | | public static final String SERVICE_CODE_APP_USER_BINDING_OWNER = "owner.appUserBindingOwner"; |
| | | |
| | | |
| | | /** |
| | | * 查询 审核业主绑定 |
| | | */ |
| | | public static final String LIST_AUDIT_APPUSERBINDINGOWNERS = "owner.listAuditAppUserBindingOwners"; |
| | | |
| | | /** |
| | | * 查询 审核业主绑定 |
| | | */ |
| | | public static final String LIST_APPUSERBINDINGOWNERS = "owner.listAppUserBindingOwners"; |
| | | |
| | | /** |
| | | * 查询 业主门禁 |
| | | */ |
| | | public static final String LIST_OWNER_MACHINES = "owner.listOwnerMachines"; |
| | | |
| | | |
| | | /** |
| | | * 修改 审核业主绑定 |
| | | */ |
| | | public static final String UPDATE_APPUSERBINDINGOWNER = "owner.updateAppUserBindingOwner"; |
| | | public static final String DELETE_APPUSERBINDINGOWNER = "owner.deleteAppUserBindingOwner"; |
| | | |
| | | |
| | | public static final String SERVICE_CODE_APPLICATION_KEY = "owner.applicationKey"; |
| | | |
| | |
| | | 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 LIST_AREAS = "area.listAreas"; |
| | | |
| | | |
| | | //查询停车位 |
| | | public static final String SERVICE_CODE_QUERY_PARKING_SPACE_CAR = "parkingSpace.queryParkingSpaceCars"; |
| | | |
| | | |
| | | } |