摘要: 参考链接 models class alarmContact(models.Model): ''' 告警用户 ''' name = models.CharField('联系人名字', max_length=20, help_text='联系人名字', unique=True) phone = mod 阅读全文
posted @ 2021-11-30 22:54 JvvYou 阅读(38) 评论(0) 推荐(0)