Skip to content

Commit

Permalink
feat: #119-헬퍼 매칭글 리스트 요청 DTO 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueBerrySoda committed May 2, 2024
1 parent 549749f commit f33d9c0
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.example.capstone.domain.help.dto;

import java.util.UUID;

public record HelpListRequest(
Long cursorId,
Boolean isDone,
Boolean isHelper,
UUID isMine
) {
}

0 comments on commit f33d9c0

Please sign in to comment.