-- 新版提交

This commit is contained in:
yc13649764453
2023-09-09 13:51:35 +08:00
parent 763e24b4e0
commit 0b193caa03
92 changed files with 3451 additions and 1120 deletions

View File

@@ -112,6 +112,10 @@ public class BookEntity implements Serializable {
* 音频处理状态 0-未处理 1-处理中 2-成功 3-失败
*/
private String voicesStatus;
/**
* 1为标题拆分2为小节拆分
*/
private String splits;
/**
* 创建日期
*/
@@ -153,4 +157,13 @@ public class BookEntity implements Serializable {
@TableField(exist = false)
private Integer isBuy;
@TableField("can_listen")
private Boolean canListen;
private Integer clockIn;
}