using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.PDAProductionLineCallIn { public class CallOutRequest:RequestBase { public int LocationId { get; set; } public string LocationCode { get; set; } public int ShelfId { get; set; } public string ShelfCode { get; set; } } }