Compare commits

...

2 Commits

Author SHA1 Message Date
Sinh b96058fcf9 Merge branch 'order-warning' into develop 2023-03-31 15:05:36 +07:00
Sinh 1579e563ac update nats order response 2023-03-31 14:56:34 +07:00
1 changed files with 3 additions and 2 deletions

View File

@ -43,5 +43,6 @@ type OrderSupplierCashRes 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"`
} }