List ls = FindInvoice();for(int i = 0; i < ls.Count; i++){ Models.InvoiceInfo mi= ls[i]; // 用mi获取它的属性 }