摘要: # 依赖 ```go import ( sq "github.com/Masterminds/squirrel" _ "github.com/go-sql-driver/mysql" "github.com/jmoiron/sqlx" ) ``` 定义数据实体 ```go type User str 阅读全文
posted @ 2022-10-12 12:25 七つ一旋桜 阅读(520) 评论(0) 推荐(0)