首页>代码>springboot+angularJS简单的增删改查Demo>/boot-angular/src/main/java/com/joe/angularweb/service/EmployeeService.java
package com.joe.angularweb.service;

import com.joe.angularweb.model.Employee;

import java.util.List;

/**
 * Created by 180297 on 2017/12/13.
 */
public interface EmployeeService {

    Employee findOne(Integer empId);

    List<Employee> findAll();

    Employee save(Employee employee);

    List<Employee> findByGender(String gender);

    void deleteByEmpId(Integer empId);


}
最近下载更多
oulingqiao  LV13 2023年12月10日
Van1999  LV1 2023年7月17日
Jianwei153  LV1 2021年12月28日
lyws1986  LV17 2021年12月21日
-leave-  LV1 2021年10月21日
f15732905127  LV1 2021年4月18日
aaaa5654  LV1 2021年4月17日
moluofan  LV1 2021年3月25日
SpringClouddddd  LV1 2021年2月26日
黄伟伟  LV4 2021年2月26日
最近浏览更多
哪里的完整版  LV7 2023年12月15日
oulingqiao  LV13 2023年12月10日
Demo1111  LV30 2023年12月8日
fff2003  LV6 2023年11月20日
漫步的海星  LV4 2023年9月26日
张朕朕  LV3 2023年9月10日
Van1999  LV1 2023年7月17日
lele666  LV4 2023年4月17日
llf0529 2023年2月8日
暂无贡献等级
yohohero  LV1 2023年1月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友