Sic.Framework/MECF.Framework.Common/MECF/Framework/Common/FAServices/E40s/ProcessMaterialName.cs

12 lines
209 B
C#

using System.Collections.Generic;
namespace MECF.Framework.Common.FAServices.E40s
{
public struct ProcessMaterialName
{
public string CarrierID { get; set; }
public List<int> SlotID { get; set; }
}
}