parent
7b2ec6758b
commit
30ce318c8f
@ -1,3 +1,6 @@
|
||||
from django.db import models
|
||||
|
||||
|
||||
# Create your models here.
|
||||
class Student(models.Model):
|
||||
sid = models.AutoField(primary_key=True, verbose_name="学生编号")
|
||||
|
Loading…
Reference in new issue