Merge branch 'add-businessType' of git.selly.red:Selly-Modules/elasticsearch
This commit is contained in:
commit
3717ecc1ae
|
@ -63,6 +63,7 @@ type ESQuery struct {
|
|||
ListNotUser []string
|
||||
PaymentMethod string
|
||||
Source string
|
||||
ListSource []string
|
||||
FromNewActiveSeller string
|
||||
FromNewActiveBuyer string
|
||||
EmailStatus string
|
||||
|
@ -100,6 +101,7 @@ type ESQuery struct {
|
|||
IsAvailable string
|
||||
PlatForm string
|
||||
BusinessType string
|
||||
ServiceEcommerce []string
|
||||
Status string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue