using System.Runtime.Serialization; using WCS.Protocol.SX.Protocol.Robot; namespace WCS.Protocol.SX.Robot { [DataContract] public class WCS_Robot530 : IRobot530 { public int PalletID { get; set; } public short Type { get; set; } public short MaxQty { get; set; } public RobotStationCmd Cmd { get; set; } public short VoucherNo { get; set; } } }