From 0009fe3121e72962deae345782f0335936bcfd87 Mon Sep 17 00:00:00 2001 From: dxc Date: Fri, 30 Jan 2026 11:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E4=B8=89=E4=B8=AA=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E7=89=A9=E4=BB=B6=E5=85=A5=E5=BA=93=E6=97=B6=E5=80=99?= =?UTF-8?q?=E4=B8=8E=E6=95=B0=E6=8D=AE=E5=BA=93=E4=B8=8D=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-backend/app/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory-backend/app/models/__init__.py b/inventory-backend/app/models/__init__.py index e4cb8dd..028c3a9 100644 --- a/inventory-backend/app/models/__init__.py +++ b/inventory-backend/app/models/__init__.py @@ -1,7 +1,7 @@ # app/models/__init__.py # 1. 基础物料 -from app.models.material import MaterialBase +from app.models.base import MaterialBase # 2. 采购入库 (指向新路径) from app.models.inbound.buy import StockBuy