1
This commit is contained in:
25
00.SDK/E_ZKEccSDK/Response/DepartmentGetResponse.cs
Normal file
25
00.SDK/E_ZKEccSDK/Response/DepartmentGetResponse.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace E_ZKEccSDK.Response
|
||||
{
|
||||
public class DepartmentGetResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 部门编号
|
||||
/// </summary>
|
||||
public string deptnumber { get; set; }
|
||||
|
||||
public string deptname { get; set; }
|
||||
|
||||
public string deptperson { get; set; }
|
||||
|
||||
public string parentnumber { get; set; }
|
||||
|
||||
public string deptphone { get; set; }
|
||||
|
||||
public string deptaddr { get; set; }
|
||||
}
|
||||
}
|
||||
22
00.SDK/E_ZKEccSDK/Response/EmployeeGetResponse.cs
Normal file
22
00.SDK/E_ZKEccSDK/Response/EmployeeGetResponse.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace E_ZKEccSDK.Response
|
||||
{
|
||||
public class EmployeeGetResponse
|
||||
{
|
||||
public string pin { get; set; }
|
||||
public string name { get; set; }
|
||||
public string deptnumber { get; set; }
|
||||
public string deptname { get; set; }
|
||||
public string position { get; set; }
|
||||
public string gender { get; set; }
|
||||
public string telephone { get; set; }
|
||||
public string email { get; set; }
|
||||
public string Card { get; set; }
|
||||
public string mobile { get; set; }
|
||||
public int status { get; set; }
|
||||
}
|
||||
}
|
||||
22
00.SDK/E_ZKEccSDK/Response/TransactionGetResponse.cs
Normal file
22
00.SDK/E_ZKEccSDK/Response/TransactionGetResponse.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace E_ZKEccSDK.Response
|
||||
{
|
||||
public class TransactionGetResponse
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string pin { get; set; }
|
||||
public string ename { get; set; }
|
||||
public string deptnumber { get; set; }
|
||||
public string deptname { get; set; }
|
||||
public string checktime { get; set; }
|
||||
public string sn { get; set; }
|
||||
public string alias { get; set; }
|
||||
public int verify { get; set; }
|
||||
public string stateno { get; set; }
|
||||
public string state { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user