using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Tiger.Model
|
{
|
public class AnonymousEntity
|
{
|
public string Column1 { set; get; }
|
public string Column2 { set; get; }
|
public string Column3 { set; get; }
|
public string Column4 { set; get; }
|
public string Column5 { set; get; }
|
public string Column6 { set; get; }
|
public string Column7 { set; get; }
|
public string Column8 { set; get; }
|
public string Column9 { set; get; }
|
public string Column10 { set; get; }
|
|
}
|
}
|