示例#1
0
文件: point.go 项目: highsoul/zmy
/* 获取最后一个point记录 */
func (p *Point) GetLast(db gorm.DB) {
	db.Last(p)
}