GET v1/attenddemo/invoke/attendcomparelist?aeMonth={aeMonth}&bMonth={bMonth}&gardenId={gardenId}
园所出勤情况以月份对比
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aeMonth | date |
Required |
|
| bMonth | date |
Required |
|
| gardenId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AttendCompareListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | date |
None. |
|
| MinAttendPrc | integer |
None. |
|
| MaxAttendPrc | integer |
None. |
|
| LeaveCount | integer |
None. |
|
| AbsentCount | integer |
None. |
|
| LeaveDiff | integer |
None. |
|
| AbsentDiff | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"month": "2025-12-14 00:50:36",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"leaveCount": 4,
"absentCount": 5,
"leaveDiff": 1,
"absentDiff": 1
}