update nats
This commit is contained in:
parent
8266f7f5ff
commit
fb87ac7911
|
@ -44,9 +44,11 @@ type SupplierFindAllReq struct {
|
|||
Limit int64 `json:"limit"`
|
||||
Segment string `json:"segment"`
|
||||
IDs []string `json:"ids"`
|
||||
Status string `json:"status"` // active,inactive
|
||||
}
|
||||
|
||||
type SupplierCountReq struct {
|
||||
Segment string `json:"segment"`
|
||||
IDs []string `json:"ids"`
|
||||
Status string `json:"status"` // active,inactive
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue