class EditAccountViewModel { private MutableLiveData accountId = new MutableLiveData<>(); public void setAccountId(long id) { accountId.
確定! 回上一頁