-- 新版提交
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user