Compare commits

..

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

1 changed files with 2 additions and 3 deletions

View File

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