define communication, warehouse func #5
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue