摘要: 1 package main 2 3 import ( 4 "log" 5 _ "github.com/go-sql-driver/mysql" 6 "github.com/jmoiron/sqlx" // 驱动 7 ) 8 9 type Class struct { 10 Id int64 11 阅读全文
posted @ 2020-02-05 00:06 尘归风 阅读(382) 评论(0) 推荐(0)