Initial commit: MSH System\n\n- msh_single_uniapp: Vue 2 + UniApp 前端(微信小程序/H5/App/支付宝小程序)\n- msh_crmeb_22: Spring Boot 2.2 后端(C端API/管理端/业务逻辑)\n- models-integration: AI服务集成(Coze/KieAI/腾讯ASR)\n- docs: 产品文档与设计稿
This commit is contained in:
25
docs/db/db_design.md
Normal file
25
docs/db/db_design.md
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
## 数据库字典
|
||||
|
||||
### tool模块相关表
|
||||
- 用户表: eb_user
|
||||
- 用户积分记录表:eb_user_integral_record
|
||||
- 用户签到表:eb_user_sign
|
||||
- 文章内容表:eb_article
|
||||
|
||||
- 用户积分表: v2_user_points
|
||||
- 一键打卡记录表: v2_quick_checkin_records
|
||||
- AI营养师对话表: v2_ai_conversations
|
||||
- AI营养师消息表: v2_ai_messages
|
||||
- 营养师咨询记录表: v2_nutritionist_consultations
|
||||
- 食物百科表: v2_foods
|
||||
- 营养知识表: v2_knowledge
|
||||
- 食谱表: v2_recipes
|
||||
- 打卡社区表: v2_community_posts
|
||||
- 打卡社区互动表: v2_community_interactions
|
||||
- 打卡社区评论表: v2_community_comments
|
||||
- 打卡社区关注表: v2_community_follows
|
||||
- 营养计划表: v2_nutrition_plans
|
||||
- 食谱计算器结果表: v2_calculator_results
|
||||
|
||||
|
||||
Reference in New Issue
Block a user