using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace YX.Entity { public class ExpressCompany { public string CompanyName { get; set; } public string CompanyValue { get; set; } } }