| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId |
书籍标识 |
integer |
None. |
| BookName |
书籍名称 |
string |
None. |
| ImgUrl |
书籍配图URL |
string |
None. |
| Price |
书籍原价 |
decimal number |
None. |
| PreferentialPrice |
书籍优惠价格 |
decimal number |
None. |
| BookLables |
书籍标签列表 |
Collection of M_ProductLabel |
None. |
| ClassifyId |
书籍所属商品分类 |
integer |
None. |
| NumberOfPurchase |
购买人数 |
integer |
None. |
| IsOwned |
当前用户是否拥有此商品,0表示否,100表示是 |
signed byte |
None. |
| ChapterList |
书籍包含的章列表 |
Collection of M_Product_DevilTrainingBook_Chapter |
None. |
| SectionList |
书籍包含的节列表 |
Collection of M_Product_DevilTrainingBook_Section |
None. |