摘要: 需求:查询user表中所有的数据 创建user表,添加数据查看代码 create database mybatis; use mybatis; drop table if exists tb_user; create table tb_user( id int primary key auto_in 阅读全文
posted @ 2022-04-25 16:15 踏上星辰 阅读(13) 评论(0) 推荐(0) 编辑