using System; using System.Collections.Generic; using System.Linq; using System.Text; using Prism.Mvvm; using System.Threading.Tasks; namespace CommonUtils.ViewModelBase { public class BaseViewModel : BindableBase { public bool isErr=false; } }