随笔分类 - mybatis
            
    mybatis 实体类属性和数据库表的列名不一致
    
            
    
摘要:1. 使用别名查询 <!-- 配置查询所有操作 --> <select id="findAll" resultType="com.itheima.domain.User"> select id as userId, username as userName, birthday as userBirt
        阅读全文
            
        
                    
                
浙公网安备 33010602011771号