public interface UserRepository extends JpaRepository<User, Long> { @Modifying @Query("delete from User u where u.
確定! 回上一頁