This commit is contained in:
yc13649764453
2023-09-18 09:41:19 +08:00
parent 8d3c128f3b
commit 9ada233eb7
60 changed files with 8255 additions and 655 deletions

View File

@@ -156,7 +156,12 @@ public class BookEntity implements Serializable {
private Integer chapterNum;
@TableField(exist = false)
private Integer isBuy;
private Boolean isBuy;
// @TableField(exist = false)
// private Boolean bookAuthen;
@TableField("can_listen")