盘点库存

This commit is contained in:
qianhao.xu
2024-04-11 19:37:03 +08:00
parent ef15173349
commit 910a82a747
4 changed files with 37 additions and 2 deletions

View File

@@ -42,5 +42,7 @@ namespace ZR.Service.mes.wms.IService
int UpdateWmGoodsNowProduction(WmGoodsNowProduction parm);
int ModifyInventoryQuantity(string id, int stack_num);
}
}