首页>代码>maven+ssm+bootstrap+jsp实现简单的用户增删改查实例>/SSM_demo/src/main/java/com/ssm/service/UserService.java
package com.ssm.service;

import java.util.List;

import com.ssm.model.User;
/**
 * 描述:用户service<BR>
 * 创建人:<BR>
 * 时间:2017年7月11日下午7:06:59<BR>
 * @version
 */
public interface UserService {

void saveUser(User user);

    boolean updateUser(User user);

    boolean deleteUser(int id);

    User findUserById(int id);

    List<User> findAll();
}

最近下载更多
李亮  LV19 2023年8月29日
ly0729  LV2 2023年5月28日
543666826  LV33 2021年11月20日
Mywang  LV4 2021年11月18日
tiantian459  LV11 2021年8月31日
Demo1111  LV30 2021年8月31日
jay1992  LV14 2021年8月13日
hhh12345  LV7 2021年5月31日
缓缓归来  LV11 2021年4月3日
SYX__0707  LV6 2021年3月31日
最近浏览更多
h G24741  LV2 3月12日
yolo_light  LV1 2023年12月21日
wwwww816  LV3 2023年12月19日
xiongwei11231  LV8 2023年12月6日
uni-code_0123  LV1 2023年11月27日
fff2003  LV6 2023年11月20日
李亮  LV19 2023年8月29日
 LV7 2023年8月21日
1748938504  LV2 2023年6月30日
gecongkai  LV8 2023年6月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友