摘要: 学生实体类 public class Student { public int Id { get; set; } public string Name { get; set; } public int Age { get; set; } public string Address { get; set; } public string Tel { get; set; } public int GrateId { get; set; } public Grate grate { get... 阅读全文
posted @ 2013-07-31 22:45 @specter 阅读(181) 评论(0) 推荐(0) 编辑