1
This commit is contained in:
20
00.SDK/E_ZKEccTopSdk/Response/EmployeeUpdateResponse.cs
Normal file
20
00.SDK/E_ZKEccTopSdk/Response/EmployeeUpdateResponse.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace E_ZKEccTopSdk.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// 人员更新
|
||||
/// </summary>
|
||||
public class EmployeeUpdateResponse :TopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 返回结果集
|
||||
/// </summary>
|
||||
[XmlElement("result_object")]
|
||||
public object ResultObject { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user