update nats order response

This commit is contained in:
Sinh 2023-03-31 14:56:34 +07:00
parent a432e7fd44
commit 1579e563ac
1 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ type SupplierOrderDelivery 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"`
}