温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:漂亮无限级分类源代码(三层实现)
当前文件路径:JohnTree/JohnTree.Library/Model/ConClassInfo.cs

1using System; 2
using System.Collections.Generic; 3
using System.Text; 4
5
namespace JohnTree.Library.Model 6
{ 7
[Serializable] 8
public class ConClassInfo 9
{ 10
Model Model 84
} 85
} 86




[Serializable]

}