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:
2026-02-28 05:40:21 +08:00
commit 14d29d51c0
2182 changed files with 482509 additions and 0 deletions

25
docs/db/db_design.md Normal file
View 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

2594
docs/db/shop-msh.sql Normal file

File diff suppressed because it is too large Load Diff