using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.RA { public class Center { /// /// 园区 /// public string name { get; set; } public List list { get; set; } } }