7 lines
276 B
Python
7 lines
276 B
Python
![]() |
from django.db import models
|
|||
|
from user_management.models import OperatorAccount, PlatformAccount, Video, KnowledgeBase, KnowledgeBaseDocument
|
|||
|
|
|||
|
# Create your models here.
|
|||
|
|
|||
|
# 我们可以在这里添加额外的模型或关系,但现在使用user_management中的现有模型
|