Skip to content

Commit

Permalink
refactor: (#798) 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pji-min committed Feb 12, 2025
1 parent 893a946 commit 53c05bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package team.aliens.dms.domain.vote.dto.request
import java.time.LocalDate

data class ModelStudentListRequest(
val requestDate: LocalDate
val date: LocalDate
)

0 comments on commit 53c05bb

Please sign in to comment.