10 lines
165 B
C#
10 lines
165 B
C#
namespace Tnb.ProductionMgr.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// MES齐套出库接口
|
|
/// </summary>
|
|
public interface IPrdKittingOutService
|
|
{
|
|
|
|
}
|
|
} |