This commit is contained in:
Lin Weiting 2025-02-10 18:51:41 +08:00
parent 70ff15bee7
commit ee288c8211

View File

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