예제 #1
0
파일: point.go 프로젝트: zengcheng/sfs
func (this *PointController) GetTypeList() {
	point := models.Point{}
	this.Data["json"] = point.GetTypeList()
	this.ServeJson()
}