Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Interfaces/IPrdKittingOutService.cs
2023-07-21 13:29:06 +08:00

10 lines
173 B
C#

namespace Tnb.ProductionMgr.Interfaces
{
/// <summary>
/// MES齐套出库接口
/// </summary>
public interface IPrdKittingOutService
{
}
}