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(); }


xiaotao555555 LV3
6月22日
vincemokea LV9
5月1日
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日