diff --git a/model/order_response.go b/model/order_response.go index 29ee5d3..6eeb26b 100644 --- a/model/order_response.go +++ b/model/order_response.go @@ -42,6 +42,7 @@ type OrderSupplierCashRes struct { // OrderGetTotalWarningRes ... type OrderGetTotalWarningRes struct { - UserID string `json:"userId"` - TotalWarningOrders int64 `json:"totalWarningOrders"` + UserID string `json:"userId"` + TotalWarningOrder int64 `json:"totalWarningOrder"` + Action ActionType `json:"action"` }