feat: frontend
This commit is contained in:
9
ordr-ui/app/client/request/GetOrderTableRequest.ts
Normal file
9
ordr-ui/app/client/request/GetOrderTableRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
GetOrderTable
|
||||
GET: http://localhost:8080/order/table?page=0&filter=257
|
||||
*/
|
||||
export interface OrderTableQuery {
|
||||
orderer: string;
|
||||
date_due: string;
|
||||
date_placed: string;
|
||||
}
|
||||
Reference in New Issue
Block a user