toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.admin.controller.request
/
MapArticleRequest
Map
Article
Request
data
class
MapArticleRequest
(
val
workbookId
:
Long
,
val
articleId
:
Long
,
val
dayCol
:
Int
)
Members
Constructors
Map
Article
Request
Link copied to clipboard
constructor
(
workbookId
:
Long
,
articleId
:
Long
,
dayCol
:
Int
)
Properties
article
Id
Link copied to clipboard
@
NotBlank
(
message
=
"{min.id}"
)
val
articleId
:
Long
day
Col
Link copied to clipboard
@
Min
(
value
=
1
,
message
=
"{min.day}"
)
val
dayCol
:
Int
workbook
Id
Link copied to clipboard
@
NotBlank
(
message
=
"{min.id}"
)
val
workbookId
:
Long