using System.Collections.Generic; namespace Model.Customization._7HJ { public class InformationData { /// /// 数据项集合 /// public List InformationDataItems { get; set; } } }