Merge pull request '上传文件至「model」' (#1) from ck into main

Reviewed-on: wolin_ck666_999/StuManagerSys#1
This commit is contained in:
2026-09-22 13:10:39 +08:00
6 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
from fastapi import FastAPI
from api.teaApi import t_router
app = FastAPI()
app.include_router(t_router)
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"