using System;
|
|
namespace Leit.Model
|
|
{
|
|
/// <summary>
|
|
/// 数据表实体类:Print_YearCode
|
|
/// </summary>
|
|
[Serializable()]
|
|
public class Print_YearCode :EntityBase<Print_YearCode>
|
|
{
|
|
//当前代码为系统自动生成
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// String:
|
|
/// </summary>
|
|
|
|
public String Year {get;set;}
|
|
|
|
/// <summary>
|
|
/// String:
|
|
/// </summary>
|
|
|
|
public String YearCode {get;set;}
|
|
|
|
}
|
|
}
|
|
|