This commit is contained in:
wangjinlei
2023-09-25 16:48:47 +08:00
parent 40717b305f
commit 282c64c88c
2 changed files with 4 additions and 0 deletions

View File

@@ -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;
/** /**
* 免费章节数 * 免费章节数
*/ */

View File

@@ -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;