|
|
01f7a38094
|
fix: 订单明细迁移补全 + 全局异常处理 + Vue 模板修复
- 新增迁移 20260531_0001 补全 sales_order_item 报价快照列(幂等)
- 添加全局未捕获异常处理器,500 错误返回具体异常信息并记录 traceback
- 修复 web-sales LoginPage 和 CustomersPage 中 import 语句误写在 <template> 内的问题
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-31 14:07:28 +08:00 |
|
|
|
84448943cc
|
fix: 修复启动导入错误 router → routes
main.py 错误地从 backend.app.api.router 导入 api_router,
实际定义在 backend.app.api.routes 中。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-30 22:03:41 +08:00 |
|
|
|
34e9be8912
|
为 core 层和 models 层添加中文注释
- core: config、security、exceptions、responses、error_codes、db、main
- models: base、business(17个模型类)、system(6个模型类)、__init__
- 每个函数和类均标注作用、返回值、被调用方
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-30 06:57:21 +08:00 |
|
|
|
18fb362474
|
基础框架搭建
|
2026-05-14 13:51:06 +08:00 |
|
|
|
e1e9aa7a67
|
一期内容开发0.1
|
2026-05-14 10:15:51 +08:00 |
|