Sic04/FrameworkLocal/RTEquipmentLibrary/HardwareUnits/LoadPorts/CasstleType.cs

8 lines
143 B
C#
Raw Normal View History

2022-09-19 09:16:33 +08:00
namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.LoadPorts
{
public enum CasstleType
{
FOUP,
FOSB,
}
}