示例#1
0
文件: models.py 项目: bachour/deptx
 def trustForGreen(self):
     return "%s-%s" % (getMinimumGreen(self.days), getMinimumYellow(self.days)-1)
示例#2
0
文件: models.py 项目: bachour/deptx
 def trustForBlue(self):
     return "1-%s" % (getMinimumGreen(self.days)-1)