Merge branch 'add-businessType' of git.selly.red:Selly-Modules/elasticsearch

This commit is contained in:
trunglt251292 2022-10-10 16:28:05 +07:00
commit 3717ecc1ae
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ type ESQuery struct {
ListNotUser []string ListNotUser []string
PaymentMethod string PaymentMethod string
Source string Source string
ListSource []string
FromNewActiveSeller string FromNewActiveSeller string
FromNewActiveBuyer string FromNewActiveBuyer string
EmailStatus string EmailStatus string
@ -100,6 +101,7 @@ type ESQuery struct {
IsAvailable string IsAvailable string
PlatForm string PlatForm string
BusinessType string BusinessType string
ServiceEcommerce []string
Status string Status string
} }