package dto type OrderTableQuery struct { Orderer string `json:"orderer"` DateDue string `json:"date_due"` DatePlaced string `json:"date_placed"` }