维护三个基础物件入库时候与数据库不匹配问题
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# app/models/__init__.py
|
# app/models/__init__.py
|
||||||
|
|
||||||
# 1. 基础物料
|
# 1. 基础物料
|
||||||
from app.models.material import MaterialBase
|
from app.models.base import MaterialBase
|
||||||
|
|
||||||
# 2. 采购入库 (指向新路径)
|
# 2. 采购入库 (指向新路径)
|
||||||
from app.models.inbound.buy import StockBuy
|
from app.models.inbound.buy import StockBuy
|
||||||
|
|||||||
Reference in New Issue
Block a user