示例#1
0
文件: Sprint.py 项目: mrozekma/Sprint
	def getGoals(self):
		from Goal import Goal
		return Goal.loadAll(sprintid = self.id)