예제 #1
0
파일: point.go 프로젝트: highsoul/zmy
/* 获取最后一个point记录 */
func (p *Point) GetLast(db gorm.DB) {
	db.Last(p)
}