daren_project/operation/models.py

7 lines
276 B
Python
Raw Normal View History

2025-04-29 10:22:57 +08:00
from django.db import models
from user_management.models import OperatorAccount, PlatformAccount, Video, KnowledgeBase, KnowledgeBaseDocument
# Create your models here.
# 我们可以在这里添加额外的模型或关系但现在使用user_management中的现有模型