44 lines
686 B
Markdown
44 lines
686 B
Markdown
# REQ0047/order-page
|
|
|
|
## description
|
|
|
|
| chi | eng |
|
|
| ------------------------------ | ------------------------------ |
|
|
|  |  |
|
|
|  |  |
|
|
|
|
## schema
|
|
|
|
```prisma
|
|
Event {
|
|
eventDate: Date;
|
|
joinMembers: undefined;
|
|
title: string;
|
|
price: number;
|
|
currency: string;
|
|
duration_m: number;
|
|
ageBottom: number;
|
|
ageTop: number;
|
|
location: string;
|
|
avatar: string;
|
|
//
|
|
id: string;
|
|
}
|
|
```
|
|
|
|
## Spent
|
|
|
|
141
|
|
|
|
## relation
|
|
|
|
[[REQ0015/index]]
|
|
|
|
[[REQ0086/index]]
|
|
|
|
[[REQ0088/index]]
|
|
|
|
[[REQ0089/index]]
|
|
|
|
[[REQ0018/index]]
|