update model

This commit is contained in:
Sinh 2022-08-18 17:59:09 +07:00
parent 572120c26a
commit 3a57e9e85f
1 changed files with 1 additions and 0 deletions

View File

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