namespace SHJX.Service.Model.EventArgs { public class ElementArgs { public string Name { get; set; } public string Current { get; set; } public bool Enable { get; set; } } }