@Query使用sql语句的基础查询@Query(nativeQuery = true, value = "select * from city where name = ?1 and id = ?2") List<CityEntity> find3(String name, ...
確定! 回上一頁