InsertSubmitHistoryCommand

data class InsertSubmitHistoryCommand(val problemId: Long, val memberId: Long, val submitAns: String, val isSolved: Boolean)

Constructors

Link copied to clipboard
constructor(problemId: Long, memberId: Long, submitAns: String, isSolved: Boolean)

Properties

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