RPageResultGeneralTaskView
{
"code": 0,
"msg": "string",
"success": true,
"data": {
"list": [
{
"id": 0,
"taskId": "string",
"taskType": "RECEIVE",
"timeStatus": "NOT_STARTED",
"startTime": "string",
"lastPauseTime": "string",
"endTime": "string",
"totalRunTime": 0,
"totalPausedTime": 0,
"createdTime": "string",
"updatedTime": "string",
"createdBy": "string",
"updatedBy": "string",
"assignUserName": "string",
"plannedLocationId": "string",
"assignLocationId": "string",
"assignLocationName": "string",
"customerId": "string",
"customerName": "string",
"entryId": "string",
"loadIds": [
"string"
],
"receiptIds": [
"string"
],
"taskStatus": "NEW",
"assigneeUserId": "string",
"description": "string",
"priority": "string",
"note": "string",
"lastStepAssignedUserIds": [
"string"
],
"planedLastStepAssignedUserIds": [
"string"
],
"lastStepAssignedUserNames": [
"string"
],
"planedLastStepAssignedUserNames": [
"string"
],
"lastStepId": "string",
"planedAssignAllSteps": true
}
],
"totalCount": 0,
"currentPage": 0,
"pageSize": 0,
"totalPage": 0
}
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| code | integer(int64) | false | none | none | |
| msg | string | false | none | none | |
| success | boolean | false | none | none | |
| data | PageResultGeneralTaskView (opens in a new tab) | false | none | none |