This commit is contained in:
caoqianming 2020-09-29 10:18:20 +08:00
commit 74ee328529
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class Consult(CommonModel):
phone = models.CharField('手机号', max_length=100)
address = models.CharField('邮寄地址', max_length=1000, null=True, blank=True)
tests = ArrayField(models.CharField('检测内容', max_length=2000))
feedback = models.TextField('反馈记录', null=True, blank=True)
class Meta:
verbose_name = '咨询'
verbose_name_plural = verbose_name