客服实体
## 客服记录表-xy_vip_customer_service
``` 表名
xykj_vip_customer_service
```
| 属性 | 类型 | 说明 |
| ------------- | -------- | ------------------------------------------ |
| xy_createtime | datetime | 创建时间 |
| xy_id| int | 主键 |
| xy_customer_name| string | 客服名称 |
| xy_customer_type| string | 客服类型 : VIP等级 用户账号 注册来源 全服通用 |
| xy_customer_content| list<string> | 客服信息 账号 |
| xy_customer_phone| string | 客服电话 |
| xy_customer_qq| string | 客服qq |
| xy_customer_wechat| string | 客服微信 |
| xy_customer_worktime| string | 工作时间 |
| xy_customer_address| string | 联系地址 |
| xy_isdel| int | 0正常 1删除 |