Commit eeae716a authored by 高雅喆's avatar 高雅喆

hot fi

parent 90ec9a8d
......@@ -20,7 +20,7 @@ class LikeDeviceTagStat(models.Model):
class LikeTopicStat(models.Model):
class Meta:
verbose_name = u"30天内回答的stat"
db_table = "like_topic_stat "
db_table = "like_topic_stat"
id = models.IntegerField(primary_key=True, verbose_name=u"主键ID")
create_time = models.DateTimeField(verbose_name=u'统计创建时间')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment