Package-level declarations

Types

Link copied to clipboard
data class InsertProblemsCommand(val articleId: Long, val createrId: Long, val title: String, val contents: Contents, val answer: String, val explanation: String)
Link copied to clipboard
data class InsertSubmitHistoryCommand(val problemId: Long, val memberId: Long, val submitAns: String, val isSolved: Boolean)