namespace JNPF.VisualData.Entitys.Dto.ScreenDataSource;
///
/// 大屏数据源下拉输出.
///
public class ScreenDataSourceSeleectOutput
{
///
/// 主键.
///
public string id { get; set; }
///
/// 驱动类.
///
public string driverClass { get; set; }
///
/// 名称.
///
public string name { get; set; }
}