首页>代码>基于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);
}
最近下载更多
krispeng  LV13 8月29日
TY0165  LV20 6月18日
卢旯旯  LV4 6月9日
koumeiyuu  LV9 6月7日
cfp123  LV4 5月25日
3063145524  LV1 5月13日
zolscy  LV12 4月29日
王艺谋  LV1 4月23日
杨豫川  LV12 4月8日
2131234536546  LV7 4月7日
最近浏览更多
zezezeaaa 11月4日
暂无贡献等级
hx0204  LV2 11月1日
2858182479  LV1 11月1日
ikun666jdsfdskjf 10月29日
暂无贡献等级
轻绘梨衣l 10月22日
暂无贡献等级
kamiomisuzu  LV9 10月14日
清清凉  LV5 10月14日
admin555 10月13日
暂无贡献等级
123小組 10月10日
暂无贡献等级
orilore  LV2 10月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友