Files
gaokao-volunteer-system/data/orders/__init__.py
2026-06-12 15:24:20 +08:00

6 lines
163 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""订单数据模块 (T4.1)
提供 SQLite schema、AES-256 加密Fernet、6 态订单状态机、数据模型。
由 T4.2 DAO 层负责 CRUD 包装。
"""