Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Interfaces/IPrdKittingOutService.cs
2023-11-06 19:35:59 +08:00

10 lines
165 B
C#

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