齐套业务代码提交

This commit is contained in:
alex
2023-06-25 18:18:34 +08:00
parent 1bdc38adf1
commit 6b48341493
5 changed files with 232 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
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
{
}
}