仓库-批量出库功能实现

This commit is contained in:
2024-04-23 18:42:44 +08:00
parent 50226106f5
commit b3fc2394e7
4 changed files with 114 additions and 1 deletions

View File

@@ -20,5 +20,6 @@ namespace ZR.Service.mes.wms.IService
int UpdateWmGoodsOutProduction(WmGoodsOutRecord parm);
string DoPatchOutProduction(WmBatchGoodsOutProductionDto parm);
}
}