List<TCbsScheduleJob> list = cbsJdbcTemplate.query(sql, new BeanPropertyRowMapper<TCbsScheduleJob>(TCbsScheduleJob.class));
JdbcTemplate 查询对象的 方法
最新推荐文章于 2025-02-27 11:18:53 发布
List<TCbsScheduleJob> list = cbsJdbcTemplate.query(sql, new BeanPropertyRowMapper<TCbsScheduleJob>(TCbsScheduleJob.class));