Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmskittingOutService.cs
2023-06-25 18:18:34 +08:00

16 lines
287 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Interfaces
{
/// <summary>
/// 齐套出库服务接口
/// </summary>
public interface IWmskittingOutService
{
}
}