新版
This commit is contained in:
@@ -51,6 +51,8 @@ public class BookEntity implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@TableField("isVip")
|
@TableField("isVip")
|
||||||
private Integer isVip;
|
private Integer isVip;
|
||||||
|
@TableField("teach_in")
|
||||||
|
private Integer teachIn;
|
||||||
/**
|
/**
|
||||||
* 免费章节数
|
* 免费章节数
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ public class BookTeachEntity {
|
|||||||
@TableField("book_id")
|
@TableField("book_id")
|
||||||
private Integer bookId;
|
private Integer bookId;
|
||||||
|
|
||||||
|
private String title;
|
||||||
|
|
||||||
private Integer chapter;
|
private Integer chapter;
|
||||||
|
|
||||||
private String voices;
|
private String voices;
|
||||||
|
|||||||
Reference in New Issue
Block a user