# kf **Repository Path**: chukui/kf ## Basic Information - **Project Name**: kf - **Description**: # 客服系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 维总客服系统 1. 一个人 注册系统之后 2. 创建一个公司, 可以分配客服, 3. 分配的客服,都是注册过系统的人 ## 表结构 ### kf_users - id - name - email (登录标识) - password - nick_name - status - description - created_at - updated_at ### kf_companies - id - user_id (该公司创建人) - name - status - logo - description - created_at - updated_at ### kf_company_user 公司跟客服的对应关系 - id - company_id - user_id - status - created_at - updated_at ### kf_messages - id - from_id - to_id - content - status - created_at - updated_at