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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user