using Newtonsoft.Json;
using System.ComponentModel;
namespace Core.StlMes.Client.Judge.Models
{
///
/// 数据库表STL_INCISION所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
/// 作者:tgcx-test 时间:2017-09-20
///
public class StlIncisionEntity
{
///
/// 切割实绩编号(虚拟炉号+顺序号+3位流水)
///
private string incisionNo = "";
///
/// 虚拟炉号
///
private string furnaceno = "";
///
/// 顺序号(虚拟炉号)
///
private string sequenceno = "";
///
/// 浇次号
///
private string castNo = "";
///
/// 浇次炉数
///
private decimal? heatcnt = null;
///
/// 铸机号
///
private string ccmid = "";
///
/// 铸流号
///
private string flowno = "";
///
/// 铸造订单编号
///
private string proPlanId = "";
///
/// 工序排产序号
///
private string gxPlanNo = "";
///
/// 生产管理号(内部 )
///
private string proNo = "";
///
/// 冶炼炉号(电炉号)
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 标示炉号(打印炉号)
///
private string flagStoveNo = "";
///
/// 管坯类型(1铸坯2锻坯)
///
private string gptype = "";
///
/// 铸造类型(1连铸2模铸)
///
private string castingtype = "";
///
/// 物料码
///
private string materialNo = "";
///
/// 物料描叙
///
private string materialName = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 成分标准索引号(内控)
///
private string cic = "";
///
/// 材质标准索引号(内控)
///
private string pic = "";
///
/// 公差标准索引号(内控)
///
private string sic = "";
///
/// 探伤索引号(内控)
///
private string dic = "";
///
/// 组号
///
private string batchGroudNo = "";
///
/// 管坯直径
///
private decimal? diameter = null;
///
/// 单倍坯长(mm)
///
private decimal? lenGpSingle = null;
///
/// 单倍坯重
///
private decimal? weightGpOne = null;
///
/// 倍尺数
///
private decimal? cutNumGp = null;
///
/// 倍尺坯长度(mm)
///
private decimal? lengthM = null;
///
/// 倍尺坯重
///
private decimal? weightM = null;
///
/// 支数
///
private decimal? actCount = null;
///
/// 坯总重
///
private decimal? actWeight = null;
///
/// 喷号机标志(下发切割实绩给L2)
///
private string l2flag = "";
///
/// 生产(年月日)
///
private string proYearMonthDay = "";
///
/// 结算日期(年月)
///
private string balYearMonth = "";
///
/// 作业时间
///
private string rroTime = "";
///
/// 作业人
///
private string proUser = "";
///
/// 作业班次
///
private string proShift = "";
///
/// 作业班组
///
private string proGroup = "";
///
/// 投入物料编码
///
private string wlidIn = "";
///
/// 投入物料描述
///
private string wldescIn = "";
///
/// 作业状态:00=初始状态;10=切割完成;20=表检完成;30=下线
///
private string ccmState = "";
///
/// 铸造计划类型:00=正常;10=表检返线;20=下线返线
///
private string ccmPlnType = "";
///
/// 判定炉号序号
///
private string judgeStoveNoSeq = "";
///
/// 倍尺坯支数(计划支)
///
private decimal? dMumM = null;
///
/// 铸造产线编码
///
private string plineCode = "";
///
/// 铸造产线描述
///
private string plineName = "";
///
/// 电炉产线编码
///
private string efPlineCode = "";
///
/// 电炉产线描述
///
private string efPlineName = "";
///
/// WIC
///
private string wic = "";
///
/// GIC
///
private string gic = "";
///
/// 成分判定记录ID
///
private string chemJudgeId = "";
///
/// 00初始、10锁定、20预判
///
private string judgeFlag = "";
///
/// 成分判定结果(4074)
///
private string judgeresultChem = "";
///
/// 切割实绩编号(虚拟炉号+顺序号+3位流水)
///
[Description("切割实绩编号")]
[JsonProperty("incisionNo")]
public string IncisionNo
{
get { return incisionNo; }
set { incisionNo = value; }
}
///
/// 虚拟炉号
///
[Description("虚拟炉号")]
[JsonProperty("furnaceno")]
public string Furnaceno
{
get { return furnaceno; }
set { furnaceno = value; }
}
///
/// 顺序号(虚拟炉号)
///
[Description("顺序号(虚拟炉号)")]
[JsonProperty("sequenceno")]
public string Sequenceno
{
get { return sequenceno; }
set { sequenceno = value; }
}
///
/// 浇次号
///
[Description("浇次号")]
[JsonProperty("castNo")]
public string CastNo
{
get { return castNo; }
set { castNo = value; }
}
///
/// 浇次炉数
///
[Description("浇次炉数")]
[JsonProperty("heatcnt")]
public decimal? Heatcnt
{
get { return heatcnt; }
set { heatcnt = value; }
}
///
/// 铸机号
///
[Description("铸机号")]
[JsonProperty("ccmid")]
public string Ccmid
{
get { return ccmid; }
set { ccmid = value; }
}
///
/// 铸流号
///
[Description("铸流号")]
[JsonProperty("flowno")]
public string Flowno
{
get { return flowno; }
set { flowno = value; }
}
///
/// 铸造订单编号
///
[Description("铸造订单编号")]
[JsonProperty("proPlanId")]
public string ProPlanId
{
get { return proPlanId; }
set { proPlanId = value; }
}
///
/// 工序排产序号
///
[Description("工序排产序号")]
[JsonProperty("gxPlanNo")]
public string GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
///
/// 生产管理号(内部 )
///
[Description("生产管理号(内部 )")]
[JsonProperty("proNo")]
public string ProNo
{
get { return proNo; }
set { proNo = value; }
}
///
/// 冶炼炉号(电炉号)
///
[Description("冶炼炉号(电炉号)")]
[JsonProperty("stoveNo")]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[JsonProperty("judgeStoveNo")]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 标示炉号(打印炉号)
///
[Description("标示炉号(打印炉号)")]
[JsonProperty("flagStoveNo")]
public string FlagStoveNo
{
get { return flagStoveNo; }
set { flagStoveNo = value; }
}
///
/// 管坯类型(1铸坯2锻坯)
///
[Description("管坯类型")]
[JsonProperty("gptype")]
public string Gptype
{
get { return gptype; }
set { gptype = value; }
}
///
/// 铸造类型(1连铸2模铸)
///
[Description("铸造类型")]
[JsonProperty("castingtype")]
public string Castingtype
{
get { return castingtype; }
set { castingtype = value; }
}
///
/// 物料码
///
[Description("物料码")]
[JsonProperty("materialNo")]
public string MaterialNo
{
get { return materialNo; }
set { materialNo = value; }
}
///
/// 物料描叙
///
[Description("物料")]
[JsonProperty("materialName")]
public string MaterialName
{
get { return materialName; }
set { materialName = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[JsonProperty("gradecode")]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种名称")]
[JsonProperty("gradename")]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 成分标准索引号(内控)
///
[Description("成分标准索引号(内控)")]
[JsonProperty("cic")]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 材质标准索引号(内控)
///
[Description("材质标准索引号(内控)")]
[JsonProperty("pic")]
public string Pic
{
get { return pic; }
set { pic = value; }
}
///
/// 公差标准索引号(内控)
///
[Description("公差标准索引号(内控)")]
[JsonProperty("sic")]
public string Sic
{
get { return sic; }
set { sic = value; }
}
///
/// 探伤索引号(内控)
///
[Description("探伤索引号(内控)")]
[JsonProperty("dic")]
public string Dic
{
get { return dic; }
set { dic = value; }
}
///
/// 组号
///
[Description("组号")]
[JsonProperty("batchGroudNo")]
public string BatchGroudNo
{
get { return batchGroudNo; }
set { batchGroudNo = value; }
}
///
/// 管坯直径
///
[Description("管坯直径")]
[JsonProperty("diameter")]
public decimal? Diameter
{
get { return diameter; }
set { diameter = value; }
}
///
/// 单倍坯长(mm)
///
[Description("单倍坯长(mm)")]
[JsonProperty("lenGpSingle")]
public decimal? LenGpSingle
{
get { return lenGpSingle; }
set { lenGpSingle = value; }
}
///
/// 单倍坯重
///
[Description("单倍坯重")]
[JsonProperty("weightGpOne")]
public decimal? WeightGpOne
{
get { return weightGpOne; }
set { weightGpOne = value; }
}
///
/// 倍尺数
///
[Description("倍尺数")]
[JsonProperty("cutNumGp")]
public decimal? CutNumGp
{
get { return cutNumGp; }
set { cutNumGp = value; }
}
///
/// 倍尺坯长度(mm)
///
[Description("倍尺坯长度(mm)")]
[JsonProperty("lengthM")]
public decimal? LengthM
{
get { return lengthM; }
set { lengthM = value; }
}
///
/// 倍尺坯重
///
[Description("倍尺坯重")]
[JsonProperty("weightM")]
public decimal? WeightM
{
get { return weightM; }
set { weightM = value; }
}
///
/// 支数
///
[Description("支数")]
[JsonProperty("actCount")]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 坯总重
///
[Description("坯总重")]
[JsonProperty("actWeight")]
public decimal? ActWeight
{
get { return actWeight; }
set { actWeight = value; }
}
///
/// 喷号机标志(下发切割实绩给L2)
///
[Description("喷号机标志")]
[JsonProperty("l2flag")]
public string L2flag
{
get { return l2flag; }
set { l2flag = value; }
}
///
/// 生产(年月日)
///
[Description("生产(年月日)")]
[JsonProperty("proYearMonthDay")]
public string ProYearMonthDay
{
get { return proYearMonthDay; }
set { proYearMonthDay = value; }
}
///
/// 结算日期(年月)
///
[Description("结算日期(年月)")]
[JsonProperty("balYearMonth")]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = value; }
}
///
/// 作业时间
///
[Description("作业时间")]
[JsonProperty("rroTime")]
public string RroTime
{
get { return rroTime; }
set { rroTime = value; }
}
///
/// 作业人
///
[Description("作业人")]
[JsonProperty("proUser")]
public string ProUser
{
get { return proUser; }
set { proUser = value; }
}
///
/// 作业班次
///
[Description("作业班次")]
[JsonProperty("proShift")]
public string ProShift
{
get { return proShift; }
set { proShift = value; }
}
///
/// 作业班组
///
[Description("作业班组")]
[JsonProperty("proGroup")]
public string ProGroup
{
get { return proGroup; }
set { proGroup = value; }
}
///
/// 投入物料编码
///
[Description("投入物料")]
[JsonProperty("wlidIn")]
public string WlidIn
{
get { return wlidIn; }
set { wlidIn = value; }
}
///
/// 投入物料描述
///
[Description("投入物料")]
[JsonProperty("wldescIn")]
public string WldescIn
{
get { return wldescIn; }
set { wldescIn = value; }
}
///
/// 作业状态:00=初始状态;10=切割完成;20=表检完成;30=下线
///
[Description("作业状态")]
[JsonProperty("ccmState")]
public string CcmState
{
get { return ccmState; }
set { ccmState = value; }
}
///
/// 铸造计划类型:00=正常;10=表检返线;20=下线返线
///
[Description("铸造计划类型")]
[JsonProperty("ccmPlnType")]
public string CcmPlnType
{
get { return ccmPlnType; }
set { ccmPlnType = value; }
}
///
/// 判定炉号序号
///
[Description("判定炉号序号")]
[JsonProperty("judgeStoveNoSeq")]
public string JudgeStoveNoSeq
{
get { return judgeStoveNoSeq; }
set { judgeStoveNoSeq = value; }
}
///
/// 倍尺坯支数(计划支)
///
[Description("倍尺坯支数(计划支)")]
[JsonProperty("dMumM")]
public decimal? DMumM
{
get { return dMumM; }
set { dMumM = value; }
}
///
/// 铸造产线编码
///
[Description("铸造产线")]
[JsonProperty("plineCode")]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 铸造产线描述
///
[Description("铸造产线")]
[JsonProperty("plineName")]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 电炉产线编码
///
[Description("电炉产线")]
[JsonProperty("efPlineCode")]
public string EfPlineCode
{
get { return efPlineCode; }
set { efPlineCode = value; }
}
///
/// 电炉产线描述
///
[Description("电炉产线")]
[JsonProperty("efPlineName")]
public string EfPlineName
{
get { return efPlineName; }
set { efPlineName = value; }
}
///
/// WIC
///
[Description("WIC")]
[JsonProperty("wic")]
public string Wic
{
get { return wic; }
set { wic = value; }
}
///
/// GIC
///
[Description("GIC")]
[JsonProperty("gic")]
public string Gic
{
get { return gic; }
set { gic = value; }
}
///
/// 成分判定记录ID
///
[Description("成分判定记录ID")]
[JsonProperty("chemJudgeId")]
public string ChemJudgeId
{
get { return chemJudgeId; }
set { chemJudgeId = value; }
}
///
/// 00初始、10锁定、20预判
///
[Description("判定状态")]
[JsonProperty("judgeFlag")]
public string JudgeFlag
{
get { return judgeFlag; }
set { judgeFlag = value; }
}
///
/// 成分判定结果(4074)
///
[Description("成分判定结果")]
[JsonProperty("judgeresultChem")]
public string JudgeresultChem
{
get { return judgeresultChem; }
set { judgeresultChem = value; }
}
}
}