转音频

This commit is contained in:
wuchunlei
2024-12-11 09:23:30 +08:00
parent 5e232e932a
commit 00ec90334e
4 changed files with 292 additions and 59 deletions

View File

@@ -44,6 +44,10 @@ public class BookChapterContentEntity implements Serializable {
*/
private String voices;
private String voicesSize;
@TableField(exist = false)
private int voicesStart;
private String otherContent;//如果内容是图片存放图片宽高
/**
*