Compare commits
No commits in common. "b96058fcf9e65cd8d06fceb335ccaf0438b1b153" and "f6447a771abd7f3a97bba1762a46bc92a5ab07e3" have entirely different histories.
b96058fcf9
...
f6447a771a
|
@ -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"`
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue