首页>代码>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);
}
最近下载更多
最近浏览更多
奋斗的小蚂蚁 LV17
10月17日
ma406805131 LV19
2024年12月18日
wanderingsoul LV2
2024年6月15日
xin xie LV1
2024年6月13日
加油干阳神 LV9
2024年5月21日
沈从文 LV3
2023年12月31日
微信网友_6802139027345408 LV2
2023年12月31日
taoshen95 LV16
2023年12月25日
yolo_light LV1
2023年12月21日
wanglinddad LV55
2023年12月19日

