Entry Ticket Timeline View
EntryTicketTimelineView
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
id | integer(int64) | false | none | Timeline ID | |
entryId | string | false | none | Entry ticket ID | |
action | string | false | none | Action | |
actionTime | string | false | none | Action time | |
actionDetail | ActionDetailDTO | false | none | Action detail | |
actionBy | string | false | none | Action by | |
actionSource | string | false | none | Action source | |
actionRemark | string | false | none | Action remark | |
createdTime | string | false | none | Created time | |
createdBy | string | false | none | Created by | |
updatedTime | string | false | none | Updated time | |
updatedBy | string | false | none | Updated by |
Enum Values
Property | Value |
|---|---|
action | GATECHECKIN |
action | GATECHECKOUT |
action | WINDOWCHECKIN |
action | DOCKCHECKEDIN |
action | DOCKCHECKEDOUT |
action | REJECTED |
action | WAITING |
action | LOAD_TASK |
action | RECEIVE_TASK |
action | PRELOAD_TASK |
action | PICKINGUPPRELOAD |
action | PICKINGUPEMPTY |
action | DROPPINGOFFDELIVERY |
action | DROPPINGOFFEMPTY |
actionSource | SYSTEM |
actionSource | MANUAL |
actionSource | DEVICE |