package com.ssm.mapper; import java.util.List; import com.ssm.model.User; /** * 描述:用户mapper接口<BR> * 创建人:<BR> * 时间:2017年7月10日下午6:14:22<BR> * @version */ public interface UserMapper { void saveUser(User user); boolean updateUser(User user); boolean deleteUser(int id); User findUserById(int id); List<User> findAll(); }


xiaoaitx LV8
1月1日
微信网友_7316199114199040
2024年12月28日
暂无贡献等级
ma406805131 LV19
2024年12月18日
2032867896 LV1
2024年6月20日
xin xie LV1
2024年6月13日
h G24741 LV2
2024年3月12日
yolo_light LV1
2023年12月21日
wwwww816 LV5
2023年12月19日
xiongwei11231 LV9
2023年12月6日
uni-code_0123 LV1
2023年11月27日