package neusoft.mapper;

import neusoft.pojo.User;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;

import java.util.List;

@Mapper
@Repository
public interface UserMapper {
    User getById(Integer id);
    User login(@Param("name") String name, @Param("password") String password);
    User getByName(String name);
    boolean insert(User bean);
    boolean update(User bean);
    List<User> getList();
}
最近下载更多
xiubiaoya  LV1 6月1日
vincemokea  LV5 4月23日
22048042  LV1 4月9日
哪里的完整版  LV8 3月1日
zhoubowen  LV3 2024年12月29日
lee041022  LV1 2024年12月13日
王高阳  LV1 2024年10月9日
qiwwwww  LV2 2024年6月20日
Sul_ALL  LV1 2024年3月20日
最近浏览更多
241404 6月6日
暂无贡献等级
xiubiaoya  LV1 6月1日
vincemokea  LV5 4月23日
22048042  LV1 4月9日
哪里的完整版  LV8 3月1日
zhoubowen  LV3 2024年12月29日
lee041022  LV1 2024年12月13日
xiaoaitx  LV8 2024年11月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友