This commit is contained in:
qianhao.xu
2024-03-28 09:12:17 +08:00
parent 9e6577f17e
commit 82b945658f
3 changed files with 19 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ namespace ZR.Service.mes.wms.IService
bool OverOutorderplan(string shipment_num);
bool CheckProductionOut(string production_packcode, string shipment_num);
}
}