Merge pull request 'fraud-orders' (#19) from fraud-orders into master

Reviewed-on: #19
This commit is contained in:
trunglam 2023-04-20 04:23:36 +00:00
commit 7645930f1b
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,12 @@ type ESQuery struct {
ServiceEcommerce []string ServiceEcommerce []string
Status string Status string
Fraud string Fraud string
PickedFrom time.Time
PickedTo time.Time
SupplierApproveFrom time.Time
SupplierApproveTo time.Time
PlanPackage int
ProductType string
} }
// ESSort // ESSort