RowMapper<DyIeaccountdecEntity> rowMapper1=new BeanPropertyRowMapper<DyIeaccountdecEntity>(DyIeaccountdecEntity.class); List<DyIeaccountdecEntity> dyList= jdbcTemplate.query(sql, rowMapper1);