针对微信小程序的后台经过5天测试,具备一定的稳定性,提交版本用于保存
This commit is contained in:
@@ -1042,6 +1042,7 @@ class MesumOverview(DataBaseModel):
|
||||
index=False)
|
||||
|
||||
free = IntegerField(default=0, index=False)
|
||||
hotspot_rank = IntegerField(default=50, index=False)
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user