0
0

修复bug2

This commit is contained in:
2026-03-20 16:37:32 +08:00
parent 83752b2f11
commit 1111e03bf4
6 changed files with 44 additions and 12 deletions

View File

@ -14,4 +14,8 @@ public class AppAudioFileDto {
private MultipartFile file;
/**
* 数据来源 1:app 2:web 3:其他
*/
private String source;
}