摘要: Mybatis之动态sql 1.搭建环境 参考Mybatis入门 1. 创建一个测试表 create table phone ( id varchar(255) not null primary key, phone_name varchar(225) null, phone_type varcha 阅读全文
posted @ 2020-06-08 17:49 shy温温温 阅读(155) 评论(0) 推荐(0)