箱子搬运

This commit is contained in:
qianhao.xu
2024-05-17 10:32:19 +08:00
parent 9e24508cf1
commit 40c500ef7f
3 changed files with 28 additions and 1 deletions

View File

@@ -9,5 +9,6 @@ namespace ZR.Service.mes.mm.IService
public interface IMmFinishedwarehouseService
{
string[] Finish_point();
string[] Finish_point_pack();
}
}