using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Serialization; namespace E_ZKEccTopSdk.Response { /// /// 人员更新 /// public class EmployeeUpdateResponse :TopResponse { /// /// 返回结果集 /// [XmlElement("result_object")] public object ResultObject { get; set; } } }