zhangchengsong
5 天以前 ce70974f99cd377579e9b07873c8ce79df6e05c3
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs
@@ -27,13 +27,5 @@
    public class ConveyorLineTaskCommand : DeviceCommand
    {
        public ushort InteractiveSignal { get; set; }
        [DataLength(25)]
        public string Barcode { get; set; }
        public int TargetAddress { get; set; }
        public int TaskNum { get; set; }
        public int EVENT { get; set; }
    }
}