toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.problem.repo.command
Package-level
declarations
Types
Types
Insert
Problems
Command
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
)
Insert
Submit
History
Command
Link copied to clipboard
data
class
InsertSubmitHistoryCommand
(
val
problemId
:
Long
,
val
memberId
:
Long
,
val
submitAns
:
String
,
val
isSolved
:
Boolean
)