1
This commit is contained in:
15
00.SDK/E_ZKEccSDK/Request/EmployeeGetRequest.cs
Normal file
15
00.SDK/E_ZKEccSDK/Request/EmployeeGetRequest.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace E_ZKEccSDK.Request
|
||||
{
|
||||
public class EmployeeGetRequest
|
||||
{
|
||||
public string pinlist { get; set; }
|
||||
public int offduty { get; set; }
|
||||
public string deptnumberlist { get; set; }
|
||||
public int fetch_child { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user