You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/entry/dsm/gitauth/equusgithubauth/domain/notice/command/dto/request/CreateNoticeCommand.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ data class CreateNoticeCommand(
10
10
@Size(min =5, max =100, message ="제목은 최소 5글자, 최대 100글자까지 가능합니다")
11
11
valtitle:String,
12
12
@Size(min =2, max =50, message ="키워드는 최소 2글자, 최대 50글자까지 가능합니다.")
Copy file name to clipboardExpand all lines: src/main/kotlin/entry/dsm/gitauth/equusgithubauth/domain/notice/command/dto/request/UpdateNoticeCommand.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ data class UpdateNoticeCommand(
9
9
@Size(min =5, max =100, message ="제목은 최소 5글자, 최대 100글자까지 가능합니다")
10
10
valtitle:String,
11
11
@Size(min =2, max =50, message ="키워드는 최소 2글자, 최대 50글자까지 가능합니다.")
0 commit comments