首页>代码>springboot+mybatis+apache poi实现把excel文件导入数据库>/excel/src/main/java/com/neusoft/excel/dao/UserDao.java
package com.neusoft.excel.dao;
import org.apache.ibatis.annotations.Mapper;
import com.neusoft.excel.entity.User;
@Mapper
public interface UserDao {
void addUser(User sysUser);
int updateUserByName(User sysUser);
int selectByName(String name);
}
最近下载更多
lyh1989 LV34
4月18日
601601lmy LV5
2023年10月20日
gvin001 LV14
2023年5月10日
newhaijun LV16
2023年3月13日
wangdengzhe LV7
2022年12月14日
liangge2115 LV27
2022年10月27日
zhangbo2020 LV6
2022年8月22日
菜鸟666 LV2
2022年8月10日
朱朱啊哈 LV16
2022年3月8日
纯洁的游侠 LV2
2022年1月26日

最近浏览