Compare commits

..

No commits in common. "b96058fcf9e65cd8d06fceb335ccaf0438b1b153" and "f6447a771abd7f3a97bba1762a46bc92a5ab07e3" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

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