Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsPdaWHService.cs
2023-06-19 15:01:37 +08:00

13 lines
212 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Interfaces
{
public interface IWmsPdaWHService
{
}
}