admin-push-notification-supplier #90

Merged
sinhluu merged 6 commits from admin-push-notification-supplier into master 2022-11-28 03:32:06 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit fb87ac7911 - Show all commits

View File

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