using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebService.Model { public class ProInfoModel { /// /// 产品信息 /// public string ProductInfo { get; set; } } }