Files
template/src/your_app/services/__init__.py

6 lines
74 B
Python
Raw Normal View History

2025-12-21 00:20:27 +08:00
"""
业务逻辑服务模块
将业务逻辑从路由中分离出来
"""