音频分析和音频处理逻辑

This commit is contained in:
ZLI263
2025-12-02 08:05:07 +08:00
parent 153c8bfaf1
commit b9c278f529
5 changed files with 130 additions and 21 deletions

View File

@@ -105,6 +105,10 @@ public class YhyAudioUploadLog implements Serializable {
@TableField("sync_stage")
private String syncStage;
@Schema(description = "关联的录音管理ID")
@TableField("audio_management_id")
private String audioManagementId;
@Schema(description = "系统创建时间")
@TableField("create_time")
private LocalDateTime createTime;