models.py num = models.IntegerField(null=True,blank=True)
当该数据为空时,SimplePro报错,但是SimpleUI不会 贴图
SimpleUI, IntegerField 字段为空时,显示正常
SimplePro ,IntegerField 字段为空时,一直报错,影响使用。