using System; using System.Collections.Generic; using System.Linq; using System.Web; using Newtonsoft.Json; namespace DSWeb.MvcShipping.Models.WMSNew { [JsonObject] public class WMSNewGoodsDetails { public string GID { get; set; } public string NAME { get; set; } } }