Compare commits
No commits in common. "b96058fcf9e65cd8d06fceb335ccaf0438b1b153" and "f6447a771abd7f3a97bba1762a46bc92a5ab07e3" have entirely different histories.
b96058fcf9
...
f6447a771a
|
@ -42,7 +42,6 @@ type OrderSupplierCashRes struct {
|
|||
|
||||
// OrderGetTotalWarningRes ...
|
||||
type OrderGetTotalWarningRes struct {
|
||||
UserID string `json:"userId"`
|
||||
TotalWarningOrder int64 `json:"totalWarningOrder"`
|
||||
Action ActionType `json:"action"`
|
||||
UserID string `json:"userId"`
|
||||
TotalWarningOrders int64 `json:"totalWarningOrders"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue