hotfix: 补充 product_service.py 顶部缺失的 func 导入

This commit is contained in:
2026-08-12 15:50:01 +08:00
parent 163d9c20bb
commit b21df33e0a

View File

@ -2,7 +2,7 @@
from __future__ import annotations
import uuid
from fastapi import HTTPException, status
from sqlalchemy import select, or_, cast, String, delete, update
from sqlalchemy import select, or_, cast, String, delete, update, func
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy.orm import selectinload