logistics/dataaccess/__init__.py

5 lines
91 B
Python
Raw Permalink Normal View History

2026-03-16 23:36:00 +08:00
"""数据访问层模块"""
from dataaccess.base_dao import BaseDAO
__all__ = ["BaseDAO"]