|
|
9b32afdbb4
|
为后端全部 86 个 Python 文件添加中文注释
覆盖所有模块:
- api 层:17 个路由文件,每个接口标注用途、参数、返回值、权限
- services 层:18 个服务文件,每个方法标注作用、参数、返回值、调用方
- repositories 层:13 个仓储文件,每个方法标注查询逻辑和被调用方
- schemas 层:11 个请求/响应体文件,每个字段标注业务含义
- core 层:config、security、exceptions、responses、error_codes
- models 层:19 个 ORM 模型类,每个表标注业务含义和关联关系
- scripts:bootstrap_data、smoke_check
- migrations:env.py 和版本迁移文件
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-30 07:23:33 +08:00 |
|
|
|
6bc174564b
|
优化后台页面布局
|
2026-05-26 11:36:57 +08:00 |
|
|
|
4f35ef9dd0
|
feat: finalize system report and ai permission gating
|
2026-05-15 14:33:09 +08:00 |
|
|
|
703fd5e07d
|
feat: complete driver task attachment workflow
|
2026-05-15 14:13:28 +08:00 |
|
|
|
aa2f798932
|
feat: enhance performance report export formats
|
2026-05-15 13:44:11 +08:00 |
|
|
|
dc7e3c222b
|
推进报表接口主线:/api/reports/performance 已接入真实数据库优先聚合,支持 month/quarter/year、日期区间和产品分类过滤,并统计订单金额、分类金额与固定提成;导出接口已与查询参数口径对齐,但仍未生成真实导出文件。
|
2026-05-15 11:10:44 +08:00 |
|
|
|
18fb362474
|
基础框架搭建
|
2026-05-14 13:51:06 +08:00 |
|