Files
zszq-trs/YLErpWeb/Models/ShowErrorModel.cs
T
2024-05-09 14:06:26 +08:00

14 lines
262 B
C#

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