| | |
| | | type: object |
| | | request.UpdateAttendance: |
| | | properties: |
| | | classes: |
| | | description: 班次 |
| | | type: string |
| | | classesEndTime: |
| | | description: 班次下班时间 |
| | | type: string |
| | | classesStartTime: |
| | | description: 班次开始时间 |
| | | type: string |
| | | date: |
| | | description: 日期 |
| | | type: string |
| | | endWorkTime: |
| | | description: 下班打卡时间 |
| | | type: string |
| | | overTimeDuration: |
| | | description: 加班时长 |
| | | type: number |
| | | startWorkTime: |
| | | description: 上班打卡时间 |
| | | type: string |
| | | status: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.AttendanceStatus' |
| | | description: 状态 |
| | | workTypeId: |
| | | description: 工种id |
| | | type: integer |
| | | workerId: |
| | | description: 人员id |
| | | type: string |
| | | workerName: |
| | | description: 人员姓名 |
| | | type: string |
| | | type: object |
| | | request.UpdateDict: |
| | |
| | | workType: |
| | | description: 工种 |
| | | type: string |
| | | workTypeId: |
| | | description: 工种id |
| | | type: integer |
| | | workerId: |
| | | description: 人员id |
| | | type: string |