public interface ParaRepository extends JpaRepository<Para,String>{ @Modifying @Transactional @Query(nativeQuery = true, value = "update ...
確定! 回上一頁