2021年6月10日

gorm

摘要: package main import ( "fmt" // "log" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mysql" ) // 表定义 type Student struct { ID uint `gorm:" 阅读全文

posted @ 2021-06-10 15:58 HHMLXL 阅读(32) 评论(0) 推荐(0)

导航