using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Core.StlMes.Client.GlBusiness { /// /// 数据库表SLM_GL_ORDER_LINE所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DESKTOP-1636RA1 时间:2020-11-05 /// public class SlmGlOrderLineEntity { /// /// ORD_PK /// private string ordPk = ""; /// /// ORD_LN_PK(ORD_PK+三位流失号) /// private string ordLnPk = ""; /// /// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性) /// private string orderSeq = ""; /// /// 产品规范码 /// private string psc = ""; /// /// 产品规范描述 /// private string pscDesc = ""; /// /// 品种分类(油井管;专业管;普管) /// private string prdCls = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述 /// private string stdStyleDesc = ""; /// /// 订货规格代码(用于合同、质保书、标牌、标识) /// private string orderSpecCode = ""; /// /// 订货规格描述(用于合同、质保书、标牌、标识) /// private string orderSpecDesc = ""; /// /// 产品规格代码 /// private string specCode = ""; /// /// 产品规格描述 /// private string specName = ""; /// /// 外径(mm)--坯子断面直径写到这 /// private decimal? dimater = null; /// /// 壁厚(mm) /// private decimal? height = null; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 长度编码 /// private string lenNo = ""; /// /// 长度描述 /// private string lenDesc = ""; /// /// 长度单位 /// private string lenUnit = ""; /// /// 下限 /// private decimal? lenMin = null; /// /// 上限 /// private decimal? lenMax = null; /// /// 支数 /// private decimal? orderCount = null; /// /// 订货量 /// private decimal? orderQty = null; /// /// 订货计量单位(支、米、吨) /// private string orderUnit = ""; /// /// 订货保总长 /// private decimal? ordEnsuTotlLen = null; /// /// 交货量差方式(绝对值;百分比) /// private string delvryRangeTpe = ""; /// /// 交货量差下限 /// private decimal? delvryRangeMin = null; /// /// 交货量差上限 /// private decimal? delvryRangeMax = null; /// /// 监制要求(1:有;0:无) /// private string producerFl = ""; /// /// 交货日期 /// private string delvryEdate = ""; /// /// 结算单价 /// private decimal? balncePrice = null; /// /// 结算总金额 /// private decimal? balnceTolPrice = null; /// /// 吊装费 /// private decimal? pakPrice = null; /// /// 运费 /// private decimal? transPrice = null; /// /// 订货价(牌价) /// private decimal? orderPrice = null; /// /// 出厂价 /// private decimal? outPrice = null; /// /// 备注 /// private string memo = ""; /// /// 有效标志(10:有效,00:无效) /// private string validflag = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 删除人 /// private string deleteName = ""; /// /// 删除时间 /// private string deleteTime = ""; private string stoveBatchGroup = ""; public string StoveBatchGroup { get { return stoveBatchGroup; } set { stoveBatchGroup = value; } } /// /// ORD_PK /// public string OrdPk { get { return ordPk; } set { ordPk = value; } } /// /// ORD_LN_PK(ORD_PK+三位流失号) /// public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = value; } } /// /// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性) /// public string OrderSeq { get { return orderSeq; } set { orderSeq = value; } } /// /// 产品规范码 /// public string Psc { get { return psc; } set { psc = value; } } /// /// 产品规范描述 /// public string PscDesc { get { return pscDesc; } set { pscDesc = value; } } /// /// 品种分类(油井管;专业管;普管) /// public string PrdCls { get { return prdCls; } set { prdCls = value; } } /// /// 品名代码 /// public string Produccode { get { return produccode; } set { produccode = value; } } /// /// 品名描述 /// public string Producname { get { return producname; } set { producname = value; } } /// /// 标准代码 /// public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// public string StdName { get { return stdName; } set { stdName = value; } } /// /// 钢级(牌号)代码 /// public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 标准类别代码 /// public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述 /// public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 订货规格代码(用于合同、质保书、标牌、标识) /// public string OrderSpecCode { get { return orderSpecCode; } set { orderSpecCode = value; } } /// /// 订货规格描述(用于合同、质保书、标牌、标识) /// public string OrderSpecDesc { get { return orderSpecDesc; } set { orderSpecDesc = value; } } /// /// 产品规格代码 /// public string SpecCode { get { return specCode; } set { specCode = value; } } /// /// 产品规格描述 /// public string SpecName { get { return specName; } set { specName = value; } } /// /// 外径(mm)--坯子断面直径写到这 /// public decimal? Dimater { get { return dimater; } set { dimater = value; } } /// /// 壁厚(mm) /// public decimal? Height { get { return height; } set { height = value; } } /// /// 扣型代码 /// public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 扣型描述 /// public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 长度编码 /// public string LenNo { get { return lenNo; } set { lenNo = value; } } /// /// 长度描述 /// public string LenDesc { get { return lenDesc; } set { lenDesc = value; } } /// /// 长度单位 /// public string LenUnit { get { return lenUnit; } set { lenUnit = value; } } /// /// 下限 /// public decimal? LenMin { get { return lenMin; } set { lenMin = value; } } /// /// 上限 /// public decimal? LenMax { get { return lenMax; } set { lenMax = value; } } /// /// 支数 /// public decimal? OrderCount { get { return orderCount; } set { orderCount = value; } } /// /// 订货量 /// public decimal? OrderQty { get { return orderQty; } set { orderQty = value; } } /// /// 订货计量单位(支、米、吨) /// public string OrderUnit { get { return orderUnit; } set { orderUnit = value; } } /// /// 订货保总长 /// public decimal? OrdEnsuTotlLen { get { return ordEnsuTotlLen; } set { ordEnsuTotlLen = value; } } /// /// 交货量差方式(绝对值;百分比) /// public string DelvryRangeTpe { get { return delvryRangeTpe; } set { delvryRangeTpe = value; } } /// /// 交货量差下限 /// public decimal? DelvryRangeMin { get { return delvryRangeMin; } set { delvryRangeMin = value; } } /// /// 交货量差上限 /// public decimal? DelvryRangeMax { get { return delvryRangeMax; } set { delvryRangeMax = value; } } /// /// 监制要求(1:有;0:无) /// public string ProducerFl { get { return producerFl; } set { producerFl = value; } } /// /// 交货日期 /// public string DelvryEdate { get { return delvryEdate; } set { delvryEdate = value; } } /// /// 结算单价 /// public decimal? BalncePrice { get { return balncePrice; } set { balncePrice = value; } } /// /// 结算总金额 /// public decimal? BalnceTolPrice { get { return balnceTolPrice; } set { balnceTolPrice = value; } } /// /// 吊装费 /// public decimal? PakPrice { get { return pakPrice; } set { pakPrice = value; } } /// /// 运费 /// public decimal? TransPrice { get { return transPrice; } set { transPrice = value; } } /// /// 订货价(牌价) /// public decimal? OrderPrice { get { return orderPrice; } set { orderPrice = value; } } /// /// 出厂价 /// public decimal? OutPrice { get { return outPrice; } set { outPrice = value; } } /// /// 备注 /// public string Memo { get { return memo; } set { memo = value; } } /// /// 有效标志(10:有效,00:无效) /// public string Validflag { get { return validflag; } set { validflag = value; } } /// /// 创建人 /// public string CreateName { get { return createName; } set { createName = value; } } /// /// 创建时间 /// public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 修改人 /// public string UpdateName { get { return updateName; } set { updateName = value; } } /// /// 修改时间 /// public string UpdateTime { get { return updateTime; } set { updateTime = value; } } /// /// 删除人 /// public string DeleteName { get { return deleteName; } set { deleteName = value; } } /// /// 删除时间 /// public string DeleteTime { get { return deleteTime; } set { deleteTime = value; } } } }