define communication, warehouse func #5

Merged
luuvansinh merged 9 commits from define-communication-func into master 2022-08-24 02:42:24 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3a57e9e85f - Show all commits

View File

@ -46,4 +46,5 @@ type UpdateOutboundRequestLogisticInfoPayload struct {
// CancelOutboundRequest ... // CancelOutboundRequest ...
type CancelOutboundRequest struct { type CancelOutboundRequest struct {
ORCode string `json:"orCode"` ORCode string `json:"orCode"`
Note string `json:"note"`
} }