## 使用步驟
```
cd api_demo
npm install
npm run dev
## api測試
一個table表對應一個ts檔,定義api呼叫方式在一個class,將這些ts檔放在api資料夾內
index.ts將這些class整理起來並實例化,export給前端tsx用