客服记录表

## 客服记录表 ``` table xy_vip_customer_service ``` | 属性 | 类型 | 说明 | | ------------- | -------- | -------------------------------------------------- | | xy_createtime | datetime | 创建时间 | | xy_cs_auth | string | 客服限制: 用户账号(默认选择)、VIP 等级、注册来源 | | xy_cs_id | int | 主键 | | xy_cs_phone | string | 客服电话 | | xy_cs_qq | string | 客服 qq | | xy_cs_type | int | 客服类型 0 客户客服 1 默认客服 | | xy_cs_value | string | 客服限制内容 | | xy_cs_wechat | string | 客服微信 |