| | |
| | | checkOutTime?: string; |
| | | checkHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 操作人 */ |
| | | checkOperator?: string; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | /** 最近提交时间 */ |
| | | lastSubmitTime?: string; |
| | |
| | | interface GetCheckReceiveTaskUserSubmitQueryResult { |
| | | /** 提交Id */ |
| | | id?: string; |
| | | /** 任务人员Id */ |
| | | taskInfoUserId?: string; |
| | | enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser; |
| | | /** 验收时间 */ |
| | | date?: string; |
| | |
| | | /** 人工签出时间 */ |
| | | checkOutTime?: string; |
| | | checkHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 操作人 */ |
| | | checkOperator?: string; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | /** 验收照片 */ |
| | |
| | | checkOutTime?: string; |
| | | checkHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | /** 操作人 */ |
| | | checkOperator?: string; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | /** 提交时间 */ |
| | | createdTime?: string; |