01 2023 档案

摘要:ppublic interface BrandMapper { /** * 查询所有 * @return */ @Select("select * from tb_brand") @ResultMap("brandResultMap") List<Brand> selectAll(); @Inser 阅读全文
posted @ 2023-01-10 12:17 酒事如风 阅读(85) 评论(0) 推荐(0) 编辑
摘要:public interface UserMapper { /** * 根据用户名和密码查询用户对象 * @param username * @param password * @return */ @Select("select * from tb_user where username = #{ 阅读全文
posted @ 2023-01-10 12:07 酒事如风 阅读(86) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示