using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.Bimface { /// /// 通用属性组 /// public class CommonPropertyGroup { public string group { get; set; } public List items { get; set; } } }