var list = new SupplierLogic().GetSupplier(pageSize, pageIndex).Select(q => new { SupplierID = q.SupplierID, SupplierAccount = q.SupplierAccount, SupplierName = q.SupplierName, SupplierType = q.SupplierType, AddTime = ((DateTime)q.AddTime).ToString()