refactor: 推进后端分层架构治理

This commit is contained in:
jxxghp
2026-08-18 00:29:14 +08:00
parent 5d0bacabd5
commit 5128ae9e1e
363 changed files with 34179 additions and 6019 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ from typing import Optional
from sqlalchemy import Boolean, Index, Integer, String, Text, select, update
from sqlalchemy.orm import Mapped, Session, mapped_column
from app.db import Base, db_query, db_update, execute_dml, get_id_column
from app.db.base import Base, execute_dml, get_id_column
from app.db.decorators import db_query, db_update
class AgentTask(Base):