Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/MECF/Framework/Common/FAServices/E40s/ProcessMaterialName.cs

12 lines
209 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
using System.Collections.Generic;
namespace MECF.Framework.Common.FAServices.E40s
{
public struct ProcessMaterialName
{
public string CarrierID { get; set; }
public List<int> SlotID { get; set; }
}
}