feat: There is no way the convert
This commit is contained in:
@@ -11,6 +11,8 @@ public class SelectionResult {
|
||||
|
||||
private String value;
|
||||
|
||||
private String sarType;
|
||||
|
||||
public String getLabel() {
|
||||
return label;
|
||||
}
|
||||
@@ -26,4 +28,12 @@ public class SelectionResult {
|
||||
public void setValue(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public String getSarType() {
|
||||
return sarType;
|
||||
}
|
||||
|
||||
public void setSarType(String sarType) {
|
||||
this.sarType = sarType;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user