zrj
2024-08-20 8b7b86f12fab51fe21b5575f4ffd524fbeaf412b
src/main/java/com/dji/sample/speak/model/param/SpeakVoiceStartParam.java
@@ -12,7 +12,7 @@
@NoArgsConstructor
@AllArgsConstructor
public class SpeakVoiceStartParam {
    private Integer psdkIndex;
    private Integer psdk_index;
    private String name;
    private File file;
    private FormatEnum format;