此次更新了一个注释

This commit is contained in:
Windows1
2026-09-19 14:48:22 +08:00
parent cf11ad71d9
commit c3baf4fcc7
+1 -1
View File
@@ -5,7 +5,7 @@ from model.order_model import Order
from dao.order_dao import add_student_dao, update_orders_dao
order_api = APIRouter()
#修改过的
@order_api.post('', response_model=OrderResponse)
def add_orders(order: OrderRequest, db=Depends(get_db)):