daren_project/operation/models.py
2025-04-29 10:22:57 +08:00

7 lines
276 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from django.db import models
from user_management.models import OperatorAccount, PlatformAccount, Video, KnowledgeBase, KnowledgeBaseDocument
# Create your models here.
# 我们可以在这里添加额外的模型或关系但现在使用user_management中的现有模型