/// <summary>
/// 实体类
/// </summary>
class MyGeneratedClass {
/// 属性
public int P1 {get;set;}
public int P2 {get;set;}
public int P3 {get;set;}
}