入库操作

This commit is contained in:
dxc
2026-01-26 13:35:30 +08:00
parent 0081e7682d
commit 65d9e89c9a
33 changed files with 193 additions and 0 deletions

2
app/models/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from app.models.material import MaterialBase
from app.models.stock import StockBuy