public class UserVM extends BaseObservable { private int id = 0; private String name = ""; @Bindable public int getId() { return id; } ...
確定! 回上一頁