Compare commits
2 Commits
f6447a771a
...
b96058fcf9
Author | SHA1 | Date |
---|---|---|
|
b96058fcf9 | |
|
1579e563ac |
|
@ -42,6 +42,7 @@ 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"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue