Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/MECF/Framework/Common/Schedulers/EnumTransferType.cs

11 lines
136 B
C#

namespace MECF.Framework.Common.Schedulers
{
public enum EnumTransferType
{
Pick = 0,
Place = 1,
Extend = 2,
Retract = 3
}
}