using System.Runtime.Serialization; using WCS.Protocol.SX.Protocol.Robot; namespace WCS.Protocol.SX.Robot { [DataContract] public class WCS_Robot520 : IRobot520 { public short AddrFrom { get; set; } public short AddrTo { get;set; } public short GoodsType { get;set; } public short TaskQty { get;set; } public RobotCmd Cmd { get;set; } public short VoucherNo { get;set; } public int Task1 { get;set; } public int Task2 { get;set; } public int Task3 { get;set; } } }