首页>代码>Spring+Spring MVC+Mybatis+Maven+MySql+bootstrap框架搭建与分页查询实例>/ssm_project-master/ssm_project/src/main/java/com/lin/dao/UserDao.java
package com.lin.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.lin.domain.User; /** * 功能概要:User的DAO类 * * @author linbingwen * @since 2015年9月28日 */ public interface UserDao { /** * * @author linbingwen * @since 2015年9月28日 * @param userId * @return */ User selectUserById(Integer userId); /** * * @author linbingwen * @since 2015年10月22日 * @param userName * @return */ List<User> selectUserByUserName(@Param("userName") String userName); }
最近下载更多
最近浏览更多
wanderingsoul LV2
6月15日
xin xie LV1
6月13日
加油干阳神 LV9
5月21日
沈从文 LV3
2023年12月31日
微信网友_6802139027345408 LV2
2023年12月31日
taoshen95 LV15
2023年12月25日
yolo_light LV1
2023年12月21日
wanglinddad LV55
2023年12月19日
WBelong LV8
2023年12月11日
uni-code_0123 LV1
2023年11月29日