Files
GateDge2023_ljy/00.SDK/E_ZKEccSDK/Request/EmployeeGetRequest.cs

16 lines
352 B
C#
Raw Normal View History

2024-04-29 17:57:07 +08:00
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; }
}
}