【代码评审】AI:音乐接入

This commit is contained in:
YunaiV 2024-07-02 21:07:12 +08:00
parent 3f0d823a85
commit 24a9d05179
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public class AiMusicUpdateReqVO {
@Schema(description = "是否发布", example = "true")
private Boolean publicStatus;
// TODO @xin得单独一个 vo因为万一模拟请求就可以改 publicStatus
@Schema(description = "音乐名称", example = "夜空中最亮的星")
private String title;