| | |
| | | public final static String UNI_EVENT_REPLY_MEMBER_EDIT = "member_edit";//成员编辑(包含备注、权限修改) |
| | | public final static String UNI_EVENT_REPLY_STAFF_LIST = "staff_list";//员工列表 |
| | | public final static String UNI_EVENT_REPLY_STAFF_ADD = "staff_add";//员工添加 |
| | | public final static String UNI_EVENT_REPLY_STAFF_DETAIL = "staff_detail";//员工详情获取 |
| | | public final static String UNI_EVENT_REPLY_STAFF_DELETE = "staff_delete";//员工删除 |
| | | public final static String UNI_EVENT_REPLY_STAFF_EDIT = "staff_edit";//员工编辑 |
| | | public final static String UNI_EVENT_REPLY_USERRIGHTTYPe = "user_right_type";//获取当前账号在公司的身份 |