fix: 将app设为包

This commit is contained in:
DLmaster361
2025-08-07 14:32:39 +08:00
parent 8cbd542a75
commit 7941f5cafd
14 changed files with 57 additions and 26 deletions

View File

@@ -22,8 +22,8 @@
from fastapi import APIRouter, Body
from core import Config
from models.schema import *
from app.core import Config
from app.models.schema import *
router = APIRouter(prefix="/api/plan", tags=["计划管理"])