11 lines
241 B
Python
11 lines
241 B
Python
# 新增model需要在这里导入
|
|
from .admin import *
|
|
from .esg import *
|
|
from .index import *
|
|
from .industry import *
|
|
from .policy import *
|
|
from .user import *
|
|
from .valuation import *
|
|
from .invoice import *
|
|
from .token_blacklist import *
|