order-warning #155

Merged
sinhluu merged 3 commits from order-warning into master 2023-04-14 02:37:55 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 1579e563ac - Show all commits

View File

@ -36,6 +36,7 @@ type SupplierOrderDelivery struct {
// OrderGetTotalWarningRes ... // OrderGetTotalWarningRes ...
type OrderGetTotalWarningRes struct { type OrderGetTotalWarningRes struct {
UserID string `json:"userId"` UserID string `json:"userId"`
TotalWarningOrders int64 `json:"totalWarningOrders"` TotalWarningOrder int64 `json:"totalWarningOrder"`
Action ActionType `json:"action"`
} }