using System.Collections.Generic; namespace SiteCore.taoObj { class tms_waybill_subscription_query_res_Obj { /// /// /// public string success { get; set; } /// /// /// public List waybillApplySubscriptionCols { get; set; } public class WaybillApplySubscriptionCols { /// /// /// public string cpCode { get; set; } /// /// /// public string cpType { get; set; } /// /// /// public List branchAccountCols { get; set; } } public class BranchAccountCols { /// /// /// public string branchCode { get; set; } /// /// /// public string quantity { get; set; } /// /// /// public List shippAddressCols { get; set; } /// /// /// public string allocatedQuantity { get; set; } /// /// /// public string printQuantity { get; set; } /// /// /// public List serviceInfoCols { get; set; } /// /// 江苏泰州公司 /// public string branchName { get; set; } /// /// /// public string cancelQuantity { get; set; } } public class ShippAddressCols { /// /// 江苏省 /// public string province { get; set; } /// /// 泰州市 /// public string city { get; set; } /// /// 海陵区 /// public string district { get; set; } /// /// 中嘉装饰城 /// public string detail { get; set; } } public class ServiceInfoCols { /// /// /// public string serviceCode { get; set; } /// /// 代收货款 /// public string serviceName { get; set; } } } }