This commit is contained in:
renjianbo0118
2021-02-27 23:06:16 +08:00
parent 60fdeb3488
commit dddcab077e
6 changed files with 440 additions and 8 deletions

View File

@@ -55,6 +55,18 @@ public class SimpleEntity extends BaseObservable implements Serializable {
private String string8;
@Bindable
private String string1;
public String getString12() {
return string12;
}
public void setString12(String string12) {
this.string12 = string12;
notifyPropertyChanged(BR.string10);
}
@Bindable
private String string12;
@Bindable
private String string2;
@Bindable