update nats

This commit is contained in:
Sinh 2022-11-24 09:38:10 +07:00
parent 8266f7f5ff
commit fb87ac7911
1 changed files with 2 additions and 0 deletions

View File

@ -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
} }