using System; using System.Collections.Generic; using System.Text; namespace DTO { public class CustomerGuanlianDTO { public string Id { get; set; } public string CustomerId { get; set; } public string Customertype { get; set; } public string SecCustomerId { get; set; } public string SecCustomertype { get; set; } public List cooperatecustomCustomerDTOs { get; set; } } }