#region AgileEAS.NET-generated
//------------------------------------------------------------------------------
// AgileEAS.NET应用开发平台,是基于敏捷并行开发思想以及.NET构件技术而开发的一个应用系统快速开发平台,用于帮助中小软件企业
//建立一条适合快速变化的开发团队,以达到节省开发成本、缩短开发时间,快速适应市场变化的目的。
// AgileEAS.NET应用开发平台包含基础类库、资源管理平台、运行容器、开发辅助工具等四大部分,资源管理平台为敏捷并行开发提供了
//设计、实现、测试等开发过程的并行,应用系统的各个业务功能子系统,在系统体系结构设计的过程中被设计成各个原子功能模块,各个子
//功能模块按照业务功能组织成单独的程序集文件,各子系统开发完成后,由AgileEAS.NET资源管理平台进行统一的集成部署。
//
// AgileEAS.NET SOA 中间件平台是一套免费的快速开发工具,可以不受限制的用于各种非商业开发之中,商业应用请向作者获取商业授权,
//商业授权也是免费的,但是对于非授权的商业应用视为侵权,开发人员可以参考官方网站和博客园等专业网站获取公开的技术资料,也可以向
//AgileEAS.NET官方团队请求技术支持。
//
// 官方网站:http://www.smarteas.net
// 团队网站:http://www.agilelab.cn
//------------------------------------------------------------------------------
//
// 此代码由AgileEAS.NET数据模型设计工具生成。
// 运行时版本:4.0.30319.1
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Xml.Serialization;
using System.ComponentModel;
using System.Data;
using EAS.Data;
using EAS.Data.Access;
using EAS.Data.ORM;
using EAS.Data.Linq;
namespace SOH.Entities
{
///
/// 实体对象 t_jjxb(加减项表)。
///
[Serializable()]
[DataContract(IsReference=true)]
[Table("dbo.t_jjxb","加减项表")]
partial class t_jjxb: DataEntity, IDataEntity
{
public t_jjxb()
{
}
protected t_jjxb(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
#region O/R映射成员
///
/// xh 。
///
[Column("xh","xh"),PrimaryKey,NotNull]
[DisplayName("xh")]
[DataMember]
public int xh
{
get;
set;
}
///
/// tm 。
///
[Column("tm", "tm")]
[DisplayName("tm")]
[DataMember]
public int tm
{
get;
set;
}
///
/// zhbm 。
///
[Column("zhbm", "zhbm")]
[DisplayName("zhbm")]
[DataMember]
public int zhbm
{
get;
set;
}
///
/// jjx 。
///
[Column("jjx","jjx")]
[DisplayName("jjx")]
[DataMember]
public short jjx
{
get;
set;
}
///
/// ysfbz 。
///
[Column("ysfbz","ysfbz")]
[DisplayName("ysfbz")]
[DataMember]
public short ysfbz
{
get;
set;
}
///
/// zl 。
///
[Column("zl","zl")]
[DisplayName("zl")]
[DataMember]
public short zl
{
get;
set;
}
///
/// jjxje 。
///
[Column("jjxje","jjxje")]
[DisplayName("jjxje")]
[DataMember]
public int jjxje
{
get;
set;
}
///
/// czy 。
///
[Column("czy","czy")]
[DisplayName("czy")]
[DataMember]
public string czy
{
get;
set;
}
///
/// jglx 。
///
[Column("jglx","jglx")]
[DisplayName("jglx")]
[DataMember]
public short jglx
{
get;
set;
}
///
/// jjxlx 。
///
[Column("jjxlx","jjxlx")]
[DisplayName("jjxlx")]
[DataMember]
public short jjxlx
{
get;
set;
}
///
/// tjrq 。
///
[Column("tjrq","tjrq")]
[DisplayName("tjrq")]
[DataMember]
public DateTime tjrq
{
get;
set;
}
///
/// upflag 。
///
[Column("upflag","upflag")]
[DisplayName("upflag")]
[DataMember]
public short upflag
{
get;
set;
}
///
/// fddm 。
///
[Column("fddm","fddm"),PrimaryKey,NotNull]
[DisplayName("fddm")]
[DataMember]
public short fddm
{
get;
set;
}
#endregion
#region O/R虚拟属性
#endregion
#region 关联枚举
#endregion
#region O/R引用实体
private t_ttgzb m_tmm;
///
/// tmm 。
///
[DataMember]
[RefEntity("tm", "tmm", typeof(t_ttgzb), "tm", false, false)]
public t_ttgzb tmm
{
get
{
if ((this.m_tmm == null && !object.Equals(this.tm,null)) || (this.m_tmm!=null && this.m_tmm.tm != this.tm))
{
this.m_tmm = DataEntity.Lazy(this.tm);
}
return this.m_tmm;
}
set
{
this.m_tmm = value;
}
}
#endregion
#region O/R子实体
#endregion
}
}