Files
HKSingleParty/01_Requirements/REQ0110/index.md
2025-05-28 09:55:51 +08:00

26 lines
258 B
Markdown

---
tags: mobile, UI, Discover-Events
---
# REQ0110-Discover-Events
## description
![alt text](<Party Page.png>)
## schema
```dbml
{
eventDate: Date;
title: string;
price: number;
currency: string;
avatar: File;
}
```
## related
[[REQ0042]]