摘要: public class Comment { public int Id { get; set; } public int ParentId { get; set; } public string Text { get; set; } ... 阅读全文
posted @ 2015-05-08 12:44 ~Apple 阅读(412) 评论(0) 推荐(0) 编辑