摘要: dao层 接口 package com.qu.dao; public interface ILoginDAO { /** * 模拟用户登录 * 验证用户名 密码是否正确 * select * from from login where username=? and password=? */ boolean isLogin(Strin... 阅读全文
posted @ 2019-04-12 18:43 芯-觞 阅读(195) 评论(0) 推荐(0) 编辑