摘要: package main import ( "fmt" "github.com/astaxie/beego/orm" _ "github.com/go-sql-driver/mysql" ) // 定义表 type Users struct { Id int `orm:"auto;column(id 阅读全文
posted @ 2022-02-15 17:54 我在路上回头看 阅读(215) 评论(0) 推荐(0)