Compare commits
3 Commits
2b11d36267
...
7645930f1b
Author | SHA1 | Date |
---|---|---|
trunglam | 7645930f1b | |
trunglt251292 | 817cdbf51b | |
trunglt251292 | e56d47bf43 |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue