Skip to content

Commit

Permalink
♻️ : 관리자 페이지 유저 필터링 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Jan 29, 2024
1 parent 08a2a3e commit 34e767d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ public class RegularPayment extends BaseEntity {
@JoinColumn(name = "regularPaymentId")
@BatchSize(size = 100)
private List<DonationUser> donationUser = new ArrayList<>();

}

0 comments on commit 34e767d

Please sign in to comment.