5 lines
156 B
Python
5 lines
156 B
Python
from django.db import models
|
||
|
||
# 如果需要存储班级PK历史记录,可以在这里定义模型
|
||
# 目前暂时不需要,因为都是实时计算
|