using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Entity { /// /// 获取快递信息输入信息 /// public class ExpressModel { public string Code { get; set; } public string WorkPoint { get; set; } public string User { get; set; } } }