feat: finish back-end work (untested)
This commit is contained in:
7
api/dto/order_table_query.go
Normal file
7
api/dto/order_table_query.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type OrderTableQuery struct {
|
||||
Orderer string `json:"orderer"`
|
||||
DateDue string `json:"date_due"`
|
||||
DatePlaced string `json:"date_placed"`
|
||||
}
|
||||
Reference in New Issue
Block a user