首页>代码>基于SSM的医院在线预约挂号系统>/hospital_layui/src/main/java/com/zhang/hospital/dao/DoctorDao.java
package com.zhang.hospital.dao;

import com.zhang.hospital.entity.Doctor;
import com.zhang.hospital.entity.DoctorSearch;
import org.apache.ibatis.annotations.Param;

import java.util.List;

public interface DoctorDao {
    void insDoctor(Doctor doctor);

    Doctor login(@Param("username")String username, @Param("password")String password);

    Doctor getDoctorById(Integer doctor_id);

    void updateDoctor(Doctor doctor);

    Doctor getDoctorByUserName(String username);

    List<Doctor> getAllDoctorList(DoctorSearch search);

    void deleteDoctorById(int doctor_id);

    List<Doctor> getDoctorByDepartId(Integer depart_id);
}
最近下载更多
zolscy  LV12 4月29日
王艺谋  LV1 4月23日
杨豫川  LV12 4月8日
2131234536546  LV7 4月7日
死神的沉落  LV10 3月20日
Weishenghui  LV7 3月14日
ssw11111  LV2 2月17日
FF加菲猫  LV4 2月15日
最代码-宋家辉  LV61 2月4日
最近浏览更多
hmf1989 4月28日
暂无贡献等级
WaZiN7  LV6 4月25日
usb001  LV8 4月23日
glennwei  LV2 4月18日
来了来了拉 4月16日
暂无贡献等级
lzx602  LV3 4月15日
mzqnxyh  LV2 4月15日
李二san  LV1 4月13日
cc绘梨衣 4月9日
暂无贡献等级
杨豫川  LV12 4月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友