feat: There is no way the convert

This commit is contained in:
super_liu
2021-08-30 15:08:55 +08:00
parent dd2fccc289
commit 99c32a2d7f
6 changed files with 60 additions and 67 deletions
@@ -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;
}
}