数据库设计

This commit is contained in:
mindskip 2021-03-04 12:39:47 +08:00
parent 5ef8bb1d9a
commit 2853357b8f
2 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -184,6 +184,16 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
| deleted | bit | | | deleted | bit | |
| create_user_name | varchar | | | create_user_name | varchar | |
### 用户任务表 t_task_exam_customer_answer
| 字段名 | 类型 | 注释 |
| ---- | ---- | ---- |
| id | int | |
| task_exam_id | int | |
| create_user | int | |
| create_time | datetime | |
| text_content_id | int | 任务完成情况(Json) |
## 项目开发 ## 项目开发
### 开发说明 ### 开发说明