This commit is contained in:
2021-03-05 17:49:25 +08:00
parent 866b81ca58
commit d43c055ba5
3 changed files with 34 additions and 7 deletions

View File

@@ -67,6 +67,17 @@ public class SimpleEntity extends BaseObservable implements Serializable {
@Bindable
private String string12;
public String getString13() {
return string13;
}
public void setString13(String string13) {
this.string13 = string13;
}
@Bindable
private String string13;
@Bindable
private String string2;
@Bindable