You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
300 B

using System.ComponentModel;
namespace CK.SCP.Models.Enums
{
public enum CollectionStepFinish
{
[Description("零件扫条码")] ScanPartBarCode = 1,
[Description("机器复位信号")] ScanMachineReset = 2,
[Description("专用计数设备")] counters = 3
}
}