using System.Collections.Generic; namespace TProduct.Model { public class TestNoticeItemTree { public TestNoticeItemTree() { } /// /// /// public TProduct.Model.TestNoticeItemGroup Group { get; set; } /// /// /// public List Items { get; set; } } }