using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebService.Model { public class wmsOutModel { public string ServiceType { get; set; } public string BarCode { get; set; } } }