guzhi/app/models/__init__.py
2025-09-30 22:26:02 +08:00

7 lines
142 B
Python

# 新增model需要在这里导入
from .admin import *
from .esg import *
from .index import *
from .industry import *
from .policy import *