首页>代码>ssm框架整合bootstrap开发图书馆图书预约管理系统>/BookAppointment/src/main/java/com/szu/appoint/dao/StudentDao.java
package com.szu.appoint.dao;
import org.apache.ibatis.annotations.Param;
import com.szu.appoint.entiy.Student;
public interface StudentDao {
/**
* 向数据库验证输入的密码是否正确
*/
Student quaryStudent(@Param("studentId") long studentId, @Param("password") long password);
}
最近下载更多
krispeng LV15
6月4日
小猪? LV3
2024年5月27日
吞吞吐吐她 LV6
2024年4月21日
敏哥gege LV43
2024年1月11日
lyq6666666 LV5
2023年10月25日
jiangandchen LV5
2023年5月7日
陈跃阳 LV7
2022年12月21日
qqttuu LV3
2022年12月21日
taoshen95 LV16
2022年12月10日
微信网友_6248713511227392 LV11
2022年12月5日

最近浏览