摘要:下面是一些Model类 1 class Student 2 { 3 public int id { get; set; } 4 public string name { get; set; } 5 public int age { get; set; } 6 } 7 8 class ClassStu
阅读全文
posted @ 2017-08-18 15:00
|
|
|
随笔分类 - Linq
摘要:下面是一些Model类 1 class Student 2 { 3 public int id { get; set; } 4 public string name { get; set; } 5 public int age { get; set; } 6 } 7 8 class ClassStu
阅读全文
posted @ 2017-08-18 15:00
|
|