首页>代码>ssm框架+easyui开发简单demo实例>/web/src/com/ajxm/web/dao/IUserDao.java
package com.ajxm.web.dao;

import java.util.List;

import org.springframework.stereotype.Component;

import com.ajxm.web.entity.User;

@Component(value="userDao")
public interface IUserDao {
	public User login(String uname,String password);
	
	public int insertUser(User user);
	
	public int deleteUser(String userid);
	
	public int updateUser(User user);
	
	public User queryUserById(String userid);
	
	public List<User> queryUserByName(String uname);
	
	public List<User> getList();
	
	public List<User> getPageList(int index,int size);
}
最近下载更多
yeyuuu  LV6 2023年5月20日
h_z_feng  LV1 2022年12月24日
potato1234  LV6 2022年3月22日
amour1  LV11 2021年12月5日
543666826  LV34 2021年11月19日
w384553037  LV1 2021年11月4日
wubinbin  LV11 2021年10月10日
heqian  LV17 2021年9月28日
ljl123456321  LV1 2021年9月11日
木木不爱安妮酱  LV10 2021年7月3日
最近浏览更多
2636804923  LV6 2024年6月17日
h G24741  LV2 2024年3月12日
Henew168  LV2 2023年11月19日
mmmhhh 2023年11月13日
暂无贡献等级
张朕朕  LV3 2023年9月1日
yeyuuu  LV6 2023年5月20日
milou123  LV2 2023年3月7日
yiposhop  LV4 2023年2月16日
LITIANYU084414  LV11 2023年1月1日
h_z_feng  LV1 2022年12月24日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友