首页>代码>基于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);
}
最近下载更多
AnthemLights  LV1 1月1日
zzmqwz135  LV1 2024年12月28日
微笑刺客  LV21 2024年11月24日
krispeng  LV14 2024年8月29日
TY0165  LV20 2024年6月18日
卢旯旯  LV4 2024年6月9日
koumeiyuu  LV9 2024年6月7日
cfp123  LV4 2024年5月25日
3063145524  LV1 2024年5月13日
zolscy  LV24 2024年4月29日
最近浏览更多
kkk666kio 4月16日
暂无贡献等级
13613516801Z 3月14日
暂无贡献等级
123北123 3月5日
暂无贡献等级
哪里的完整版  LV8 3月1日
515646123 2月6日
暂无贡献等级
通宵写毕设 1月12日
暂无贡献等级
xiaoaitx  LV8 1月1日
AnthemLights  LV1 1月1日
zzmqwz135  LV1 2024年12月28日
三秋桂子  LV1 2024年12月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友