You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

46 lines
1.2 KiB

using System;
namespace Leit.Model
{
/// <summary>
/// 数据表实体类:Print_PrintSourceData
/// </summary>
[Serializable()]
public class Print_PrintSourceData :EntityBase<Print_PrintSourceData>
{
//当前代码为系统自动生成
/// <summary>
/// String:
/// </summary>
public String TemplateId {get;set;}
/// <summary>
/// String:标签列标题
/// </summary>
public String LabelTitle {get;set;}
/// <summary>
/// String:标签文本
/// </summary>
public String LabelText {get;set;}
/// <summary>
/// String:描述
/// </summary>
public String Description {get;set;}
/// <summary>
/// String:
/// </summary>
public String VariableName {get;set;}
}
}