摘要: class MenuInfo : IComparable { public int order { get; set; } public string menuid { get; set; } public int CompareTo(object obj) { int result; try { 阅读全文
posted @ 2020-02-13 16:05 一直的初学者 阅读(89) 评论(0) 推荐(0) 编辑