admin-push-notification-supplier #90
|
@ -44,9 +44,11 @@ type SupplierFindAllReq struct {
|
||||||
Limit int64 `json:"limit"`
|
Limit int64 `json:"limit"`
|
||||||
Segment string `json:"segment"`
|
Segment string `json:"segment"`
|
||||||
IDs []string `json:"ids"`
|
IDs []string `json:"ids"`
|
||||||
|
Status string `json:"status"` // active,inactive
|
||||||
}
|
}
|
||||||
|
|
||||||
type SupplierCountReq struct {
|
type SupplierCountReq struct {
|
||||||
Segment string `json:"segment"`
|
Segment string `json:"segment"`
|
||||||
IDs []string `json:"ids"`
|
IDs []string `json:"ids"`
|
||||||
|
Status string `json:"status"` // active,inactive
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue