Appearance
@sylis/api / modules/learning/dto/addBook.dto / AddBookReqDto
Class: AddBookReqDto
Defined in: apps/api/src/modules/learning/dto/addBook.dto.ts:4
Implements
Partial
<UserBook
>
Constructors
Constructor
new AddBookReqDto():
AddBookReqDto
Returns
AddBookReqDto
Properties
bookId
bookId:
string
Defined in: apps/api/src/modules/learning/dto/addBook.dto.ts:7
书籍ID
Implementation of
Partial.bookId
dailyNewWords
dailyNewWords:
number
Defined in: apps/api/src/modules/learning/dto/addBook.dto.ts:11
每日新词数量
Implementation of
Partial.dailyNewWords
dailyReviewWords
dailyReviewWords:
number
Defined in: apps/api/src/modules/learning/dto/addBook.dto.ts:15
每日复习词数量
Implementation of
Partial.dailyReviewWords