摘要: 基本增删改查 增 第一步 在mapper接口中加入方法 package com.mapper; public interface UserMapper { //表--实体类 mapper接口--映射文件 int insertUser();//添加数据,返回值为改变的行数 } 第二步 在对应的mapp 阅读全文
posted @ 2023-02-27 11:36 赤叶秋枫 阅读(140) 评论(0) 推荐(0) 编辑