From e56d47bf430f8914fe9060e0cbf2904e84cd2806 Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Fri, 24 Mar 2023 10:13:42 +0700 Subject: [PATCH] Add query filed --- struct.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/struct.go b/struct.go index 3a136e3..ae71d8f 100644 --- a/struct.go +++ b/struct.go @@ -104,6 +104,12 @@ type ESQuery struct { ServiceEcommerce []string Status string Fraud string + PickedFrom time.Time + PickerTo time.Time + SupplierApproveFrom time.Time + SupplierApproveTo time.Time + PlanPackage int + ProductType string } // ESSort