InsertProblemsCommand

data class InsertProblemsCommand(val articleId: Long, val createrId: Long, val title: String, val contents: Contents, val answer: String, val explanation: String)

Constructors

Link copied to clipboard
constructor(articleId: Long, createrId: Long, title: String, contents: Contents, answer: String, explanation: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard