From 2d1860f052e1a656cd36037fbc57195538be4f1d Mon Sep 17 00:00:00 2001 From: mindskip Date: Mon, 22 Feb 2021 09:55:07 +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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/README.md b/docs/README.md index e20315c..299b8fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -116,6 +116,20 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min | create_time | datetime | | | item_order | int | | +### 消息表 t_message + +| 字段名 | 类型 | 注释 | +| ---- | ---- | ---- | +| id | int | | +| title | varchar | 标题 | +| content | varchar | 内容 | +| create_time | datetime | | +| send_user_id | int | 发送者用户ID | +| send_user_name | varchar | 发送者用户名 | +| send_real_name | varchar | 发送者真实姓名 | +| receive_user_count | int | 接收人数 | +| read_count | int | 已读人数 | + ## 项目开发 ### 开发说明