From ec50d66c656f6f3720ff6178809221d08fe1a839 Mon Sep 17 00:00:00 2001 From: mindskip Date: Thu, 25 Feb 2021 10:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/README.md b/docs/README.md index 299b8fa..b2b11cf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -130,6 +130,19 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min | receive_user_count | int | 接收人数 | | read_count | int | 已读人数 | +### 用户消息表 t_message_user + +| 字段名 | 类型 | 注释 | +| ---- | ---- | ---- | +| id | int | | +| message_id | int | 消息内容ID | +| receive_user_id | int | 接收人ID | +| receive_user_name | varchar | 接收人用户名 | +| receive_real_name | varchar | 接收人真实姓名 | +| readed | bit | 是否已读 | +| create_time | datetime | | +| read_time | datetime | 阅读时间 | + ## 项目开发 ### 开发说明