namespace YLErp.Web.Models { /// /// /// public class ShowErrorModel { public string Title { get; set; } public string ErrorMsg { get; set; } public bool AutoCloseWindow { get; set; } } }