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日

最近浏览