using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace XImagingXhandler.XDAL
|
{
|
public class ReportColumn
|
{
|
public string reportcolumn_id { get; set; }
|
public string reportcolumn_name { get; set; }
|
|
public string reportcolumn_sname { get; set; }
|
}
|
}
|