This commit is contained in:
2021-03-08 15:36:55 +08:00
parent 3ad5494751
commit 20c67ce397
4 changed files with 41 additions and 51 deletions

View File

@@ -56,6 +56,17 @@ public class SimpleEntity extends BaseObservable implements Serializable {
@Bindable
private String string1;
public String getString14() {
return string14;
}
public void setString14(String string14) {
this.string14 = string14;
notifyPropertyChanged(BR.string12);
}
@Bindable
private String string14;
public String getString12() {
return string12;
}