コード例 #1
0
ファイル: point.go プロジェクト: zengcheng/sfs
func (this *PointController) GetTypeList() {
	point := models.Point{}
	this.Data["json"] = point.GetTypeList()
	this.ServeJson()
}