删除多余代码

This commit is contained in:
LiJinHui
2025-11-15 10:48:52 +08:00
parent d45bf5f60a
commit d121b4d0e1
@@ -30,19 +30,4 @@ public class VoiceDTO implements Serializable {
this.voiceDemo = null; this.voiceDemo = null;
} }
// 为了兼容性,添加其他可能的音频字段别名
@Schema(hidden = true)
public String getDemoUrl() {
return voiceDemo;
}
@Schema(hidden = true)
public String getAudioUrl() {
return voiceDemo;
}
@Schema(hidden = true)
public String getReferenceAudio() {
return voiceDemo;
}
} }