员工进度查询 Report/Schedule/Search
None.
查询条件
EmployeeScheduleSearchConditionsName | Description | Type | Additional information |
---|---|---|---|
Period |
期间 |
date |
None. |
EmployeeId |
员工姓名 |
integer |
None. |
Department |
部门 |
integer |
None. |
PageIndex |
索引 |
integer |
None. |
PageSize |
分页大小 |
integer |
None. |
IsSupperAdmin | boolean |
None. |
{ "Period": "2025-04-04T13:44:02.9668398+08:00", "EmployeeId": 2, "Department": 3, "PageIndex": 4, "PageSize": 5, "IsSupperAdmin": true }
<EmployeeScheduleSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Report"> <Department>3</Department> <EmployeeId>2</EmployeeId> <IsSupperAdmin>true</IsSupperAdmin> <PageIndex>4</PageIndex> <PageSize>5</PageSize> <Period>2025-04-04T13:44:02.9668398+08:00</Period> </EmployeeScheduleSearchConditions>
Sample not available.
员工进度查询 Report/Schedule/Search
ObjectNone.
{}
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />