空载具出库删除出入口操作的部分

This commit is contained in:
FanLian
2023-06-19 15:02:56 +08:00
parent 244e105c89
commit 64d7f20497
2 changed files with 12 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr
{
internal class WmsBindService
{
}
}