select * from user INNER JOIN user_pro on user.user_id = user_pro.user_pro_id where user.username ='hello'
/**
*user 和 user_pro是2个表
*然后关联属性 现在想返回 所有数据 返回的类型是什么呢 单表的我会 2个表都在一起了 应该返
*回什么类型的list?求助了
*/