|
@@ -88,6 +88,8 @@ public class SysMusicScoreAccompaniment {
|
|
|
private String track;
|
|
|
|
|
|
private String extConfigJson;
|
|
|
+
|
|
|
+ private String extStyleConfigJson;
|
|
|
|
|
|
public String getExtConfigJson() {
|
|
|
return extConfigJson;
|
|
@@ -97,6 +99,14 @@ public class SysMusicScoreAccompaniment {
|
|
|
this.extConfigJson = extConfigJson;
|
|
|
}
|
|
|
|
|
|
+ public String getExtStyleConfigJson() {
|
|
|
+ return extStyleConfigJson;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExtStyleConfigJson(String extStyleConfigJson) {
|
|
|
+ this.extStyleConfigJson = extStyleConfigJson;
|
|
|
+ }
|
|
|
+
|
|
|
public String getMetronomeUrl() {
|
|
|
return metronomeUrl;
|
|
|
}
|