Appearance
@sylis/api / modules/books/dto/books.dto / GetBooksResDto
Class: GetBooksResDto
Defined in: apps/api/src/modules/books/dto/books.dto.ts:3
Implements
Book
Constructors
Constructor
new GetBooksResDto():
GetBooksResDto
Returns
GetBooksResDto
Properties
coverUrl
coverUrl:
null
|string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:7
封面图片URL
Implementation of
Book.coverUrl
id
id:
string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:4
Implementation of
Book.id
introduce
introduce:
null
|string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:6
书籍介绍
Implementation of
Book.introduce
name
name:
string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:5
书籍名称
Implementation of
Book.name
offlinedata
offlinedata:
null
|string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:13
离线数据
Implementation of
Book.offlinedata
originName
originName:
null
|string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:9
原始名称
Implementation of
Book.originName
reciteUserNum
reciteUserNum:
null
|number
Defined in: apps/api/src/modules/books/dto/books.dto.ts:12
背诵用户数量
Implementation of
Book.reciteUserNum
size
size:
null
|number
Defined in: apps/api/src/modules/books/dto/books.dto.ts:14
大小
Implementation of
Book.size
tags
tags:
string
[]
Defined in: apps/api/src/modules/books/dto/books.dto.ts:8
标签列表
Implementation of
Book.tags
version
version:
null
|string
Defined in: apps/api/src/modules/books/dto/books.dto.ts:10
版本
Implementation of
Book.version
wordNum
wordNum:
null
|number
Defined in: apps/api/src/modules/books/dto/books.dto.ts:11
单词数量
Implementation of
Book.wordNum