using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.YdmBcPipeManage.Entity { class CrmBillAllEntity : CrmBillMEntity { public List<CrmBillCEntity> crmBillCList { get; set; } } }