2021年2月3日
摘要: from django.contrib.auth.models import AbstractUserclass UserInfo(AbstractUser): phone = models.BigIntegerField(verbose_name='手机号',null=True,blank=Tru 阅读全文
posted @ 2021-02-03 22:59 必须登录 阅读(317) 评论(0) 推荐(0)