using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.PnCost.Models { public class SingnhjxhEntity { /// /// 记录创建责任者 /// private string recCreator = ""; /// /// 记录创建时刻 /// private string recCreateTime = ""; /// /// 记录修改责任者 /// private string recRevisor = ""; /// /// 记录修改时刻 /// private string recReviseTime = ""; /// /// 修改/删除标记 /// private string duFlag = ""; /// /// 修改/删除责任者 /// private string duMaker = ""; /// /// 修改/删除时间 /// private string duTime = ""; /// /// 牌号 /// private string sgSign = ""; /// /// 钢种类别 /// private string inSteelTypeCode = ""; /// /// 输出牌号 /// private string outSgSign = ""; /// /// 输出标准 /// private string outSgStd = ""; /// /// 输出钢种类别 /// private string outSteelTypeCode = ""; /// /// 编号 /// private string serialCode = ""; /// /// 硅铁 /// private decimal? outSife = null; /// /// 高碳锰铁 /// private decimal? outHcMnfe = null; /// /// 高碳锰铁 /// private decimal? outSimnhj = null; /// /// 中碳锰铁 /// private decimal? outMcMnfe = null; /// /// 低碳锰铁 /// private decimal? outLcMnfe = null; /// /// 高碳铬铁 /// private decimal? outHcCrfe = null; /// /// 中碳铬铁 /// private decimal? outMcCrfe = null; /// /// 低碳铬铁 /// private decimal? outLcCrfe = null; /// /// 微碳铬铁 /// private decimal? outWcCrfe = null; /// /// 钼铁 /// private decimal? outMofe = null; /// /// 钒铁 /// private decimal? outVfe = null; /// /// 铌铁 /// private decimal? outNbfe = null; /// /// 电解镍 /// private decimal? outEni = null; /// /// 阴极铜 /// private decimal? outCathodeCopper = null; /// /// 钨铜 /// private decimal? outWcu = null; /// /// 精炼增碳球 /// private decimal? outLfrb = null; /// /// 硅钙钡 /// private decimal? outSicaba = null; /// /// 铝块 /// private decimal? outAl = null; /// /// 铝丝 /// private decimal? outAlWire = null; /// /// 钛铁包芯线 /// private decimal? outTifeCoreWire = null; /// /// 硼铁包芯线 /// private decimal? outBfeCoreWire = null; /// /// 硫线 /// private decimal? outSWire = null; /// /// 金属钙包芯线 /// private decimal? outCaWire = null; /// /// 铝粉 /// private decimal? outAlPowder = null; /// /// 碳化硅 /// private decimal? outNicalon = null; /// /// 硅铁粉 /// private decimal? outFerrosiliconPowder = null; /// /// 喷吹石墨粉 /// private decimal? outBlowGraphitePowder = null; /// /// 造渣增碳球 /// private decimal? outSlagCarburizingBall = null; /// /// 索引号 /// private string cic = ""; /// /// 记录创建责任者 /// [Description("记录创建责任者")] //[JsonProperty("recCreator")] public string RecCreator { get { return recCreator; } set { recCreator = value; } } /// /// 记录创建时刻 /// [Description("记录创建时刻")] //[JsonProperty("recCreateTime")] public string RecCreateTime { get { return recCreateTime; } set { recCreateTime = value; } } /// /// 记录修改责任者 /// [Description("记录修改责任者")] //[JsonProperty("recRevisor")] public string RecRevisor { get { return recRevisor; } set { recRevisor = value; } } /// /// 记录修改时刻 /// [Description("记录修改时刻")] //[JsonProperty("recReviseTime")] public string RecReviseTime { get { return recReviseTime; } set { recReviseTime = value; } } /// /// 修改/删除标记 /// [Description("修改/删除标记")] //[JsonProperty("duFlag")] public string DuFlag { get { return duFlag; } set { duFlag = value; } } /// /// 修改/删除责任者 /// [Description("修改/删除责任者")] //[JsonProperty("duMaker")] public string DuMaker { get { return duMaker; } set { duMaker = value; } } /// /// 修改/删除时间 /// [Description("修改/删除时间")] //[JsonProperty("duTime")] public string DuTime { get { return duTime; } set { duTime = value; } } /// /// 牌号 /// [Description("牌号")] //[JsonProperty("sgSign")] public string SgSign { get { return sgSign; } set { sgSign = value; } } /// /// 钢种类别 /// [Description("钢种类别")] //[JsonProperty("inSteelTypeCode")] public string InSteelTypeCode { get { return inSteelTypeCode; } set { inSteelTypeCode = value; } } /// /// 输出牌号 /// [Description("输出牌号")] //[JsonProperty("outSgSign")] public string OutSgSign { get { return outSgSign; } set { outSgSign = value; } } /// /// 输出标准 /// [Description("输出标准")] //[JsonProperty("outSgStd")] public string OutSgStd { get { return outSgStd; } set { outSgStd = value; } } /// /// 输出钢种类别 /// [Description("输出钢种类别")] //[JsonProperty("outSteelTypeCode")] public string OutSteelTypeCode { get { return outSteelTypeCode; } set { outSteelTypeCode = value; } } /// /// 编号 /// [Description("编号")] //[JsonProperty("serialCode")] public string SerialCode { get { return serialCode; } set { serialCode = value; } } /// /// 硅铁 /// [Description("硅铁")] //[JsonProperty("outSife")] public decimal? OutSife { get { return outSife; } set { outSife = value; } } /// /// 硅锰合金 /// [Description("硅锰合金")] //[JsonProperty("outSife")] public decimal? OutSimnhj { get { return outSimnhj; } set { outSimnhj = value; } } /// /// 高碳锰铁 /// [Description("高碳锰铁")] //[JsonProperty("outHcMnfe")] public decimal? OutHcMnfe { get { return outHcMnfe; } set { outHcMnfe = value; } } /// /// 中碳锰铁 /// [Description("中碳锰铁")] //[JsonProperty("outMcMnfe")] public decimal? OutMcMnfe { get { return outMcMnfe; } set { outMcMnfe = value; } } /// /// 低碳锰铁 /// [Description("低碳锰铁")] //[JsonProperty("outLcMnfe")] public decimal? OutLcMnfe { get { return outLcMnfe; } set { outLcMnfe = value; } } /// /// 高碳铬铁 /// [Description("高碳铬铁")] //[JsonProperty("outHcCrfe")] public decimal? OutHcCrfe { get { return outHcCrfe; } set { outHcCrfe = value; } } /// /// 中碳铬铁 /// [Description("中碳铬铁")] //[JsonProperty("outMcCrfe")] public decimal? OutMcCrfe { get { return outMcCrfe; } set { outMcCrfe = value; } } /// /// 低碳铬铁 /// [Description("低碳铬铁")] //[JsonProperty("outLcCrfe")] public decimal? OutLcCrfe { get { return outLcCrfe; } set { outLcCrfe = value; } } /// /// 微碳铬铁 /// [Description("微碳铬铁")] //[JsonProperty("outWcCrfe")] public decimal? OutWcCrfe { get { return outWcCrfe; } set { outWcCrfe = value; } } /// /// 钼铁 /// [Description("钼铁")] //[JsonProperty("outMofe")] public decimal? OutMofe { get { return outMofe; } set { outMofe = value; } } /// /// 钒铁 /// [Description("钒铁")] //[JsonProperty("outVfe")] public decimal? OutVfe { get { return outVfe; } set { outVfe = value; } } /// /// 铌铁 /// [Description("铌铁")] //[JsonProperty("outNbfe")] public decimal? OutNbfe { get { return outNbfe; } set { outNbfe = value; } } /// /// 电解镍 /// [Description("电解镍")] //[JsonProperty("outEni")] public decimal? OutEni { get { return outEni; } set { outEni = value; } } /// /// 阴极铜 /// [Description("阴极铜")] //[JsonProperty("outCathodeCopper")] public decimal? OutCathodeCopper { get { return outCathodeCopper; } set { outCathodeCopper = value; } } /// /// 钨铜 /// [Description("钨铜")] //[JsonProperty("outWcu")] public decimal? OutWcu { get { return outWcu; } set { outWcu = value; } } /// /// 精炼增碳球 /// [Description("精炼增碳球")] //[JsonProperty("outLfrb")] public decimal? OutLfrb { get { return outLfrb; } set { outLfrb = value; } } /// /// 硅钙钡 /// [Description("硅钙钡")] //[JsonProperty("outSicaba")] public decimal? OutSicaba { get { return outSicaba; } set { outSicaba = value; } } /// /// 铝块 /// [Description("铝块")] //[JsonProperty("outAl")] public decimal? OutAl { get { return outAl; } set { outAl = value; } } /// /// 铝丝 /// [Description("铝丝")] //[JsonProperty("outAlWire")] public decimal? OutAlWire { get { return outAlWire; } set { outAlWire = value; } } /// /// 钛铁包芯线 /// [Description("钛铁包芯线")] //[JsonProperty("outTifeCoreWire")] public decimal? OutTifeCoreWire { get { return outTifeCoreWire; } set { outTifeCoreWire = value; } } /// /// 硼铁包芯线 /// [Description("硼铁包芯线")] //[JsonProperty("outBfeCoreWire")] public decimal? OutBfeCoreWire { get { return outBfeCoreWire; } set { outBfeCoreWire = value; } } /// /// 硫线 /// [Description("硫线")] //[JsonProperty("outSWire")] public decimal? OutSWire { get { return outSWire; } set { outSWire = value; } } /// /// 金属钙包芯线 /// [Description("金属钙包芯线")] //[JsonProperty("outCaWire")] public decimal? OutCaWire { get { return outCaWire; } set { outCaWire = value; } } /// /// 铝粉 /// [Description("铝粉")] //[JsonProperty("outAlPowder")] public decimal? OutAlPowder { get { return outAlPowder; } set { outAlPowder = value; } } /// /// 碳化硅 /// [Description("碳化硅")] //[JsonProperty("outNicalon")] public decimal? OutNicalon { get { return outNicalon; } set { outNicalon = value; } } /// /// 硅铁粉 /// [Description("硅铁粉")] //[JsonProperty("outFerrosiliconPowder")] public decimal? OutFerrosiliconPowder { get { return outFerrosiliconPowder; } set { outFerrosiliconPowder = value; } } /// /// 喷吹石墨粉 /// [Description("喷吹石墨粉")] //[JsonProperty("outBlowGraphitePowder")] public decimal? OutBlowGraphitePowder { get { return outBlowGraphitePowder; } set { outBlowGraphitePowder = value; } } /// /// 造渣增碳球 /// [Description("造渣增碳球")] //[JsonProperty("outSlagCarburizingBall")] public decimal? OutSlagCarburizingBall { get { return outSlagCarburizingBall; } set { outSlagCarburizingBall = value; } } /// /// 索引号 /// [Description("索引号")] //[JsonProperty("cic")] public string Cic { get { return cic; } set { cic = value; } } } }