|
@@ -32,6 +32,8 @@ public class StudentMusicSheetSearch extends MusicSheetSearch{
|
|
|
@ApiModelProperty(value = "平台")
|
|
|
private String platform;
|
|
|
|
|
|
+ // 客户端类型
|
|
|
+ private ClientEnum clientType;
|
|
|
|
|
|
|
|
|
public ClientEnum getUserType() {
|
|
@@ -82,4 +84,12 @@ public class StudentMusicSheetSearch extends MusicSheetSearch{
|
|
|
public void setStudentId(Long studentId) {
|
|
|
this.studentId = studentId;
|
|
|
}
|
|
|
+
|
|
|
+ public ClientEnum getClientType() {
|
|
|
+ return clientType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setClientType(ClientEnum clientType) {
|
|
|
+ this.clientType = clientType;
|
|
|
+ }
|
|
|
}
|