mizhexiaoxiao / vue-fastapi-admin

⭐️ 基于 FastAPI+Vue3+Naive UI 的现代化轻量管理平台 A modern and lightweight management platform based on FastAPI, Vue3, and Naive UI.

Home Page:http://180.76.151.29:8080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api详情

Conanke888 opened this issue · comments

您好 能不能增加一个数据模型,比如我想查看某个 api 具体的参数、数据格式、返回值等等

api具体参数和数据格式在schemas都有定义,返回值虽然没有定义,但有to_dict方法,一般都是所有字段。
没太明白这个数据模型是什么,orm model?用来做什么?