一般更新
parent
e613b3d839
commit
f5d750465e
@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace LinqStudy
|
||||||
|
{
|
||||||
|
public class Person
|
||||||
|
{
|
||||||
|
public int Id{get;set;}
|
||||||
|
|
||||||
|
public string Name{get;set;}
|
||||||
|
|
||||||
|
public int Age{get;set;}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue