| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818 |
- 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.YdmBcPipeManage.Entity
- {
- /// <summary>
- /// 数据库表YDM_BC_SCRAPFRIM所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:DM22222 时间:2019-04-06
- /// </summary>
- public class YdmBcScrapfrimEntity
- {
- /// <summary>
- /// 申请审核单号
- /// </summary>
- private string failApprovalCode = "";
- /// <summary>
- /// 生产批号
- /// </summary>
- private string lotNo = "";
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- private string stoveNo = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 批号
- /// </summary>
- private string batchNo = "";
- /// <summary>
- /// 组号(规格分的组号)--炉批行----性能批号(重点)---
- /// </summary>
- private string batchGroudNo = "";
- /// <summary>
- /// 物料码
- /// </summary>
- private string materialNo = "";
- /// <summary>
- /// 物料描叙
- /// </summary>
- private string materialName = "";
- /// <summary>
- /// 品名代码
- /// </summary>
- private string produccode = "";
- /// <summary>
- /// 品名描述
- /// </summary>
- private string producname = "";
- /// <summary>
- /// 钢级(牌号)代码
- /// </summary>
- private string steelcode = "";
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- private string steelname = "";
- /// <summary>
- /// 钢种代码
- /// </summary>
- private string gradecode = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 产品规格代码
- /// </summary>
- private string specCode = "";
- /// <summary>
- /// 产品规格描述
- /// </summary>
- private string specName = "";
- /// <summary>
- /// 扣型代码
- /// </summary>
- private string modelCode = "";
- /// <summary>
- /// 扣型描述
- /// </summary>
- private string modelDesc = "";
- /// <summary>
- /// 标准代码[最终成品标准]
- /// </summary>
- private string stdCode = "";
- /// <summary>
- /// 标准名称
- /// </summary>
- private string stdName = "";
- /// <summary>
- /// 标准类别代码
- /// </summary>
- private string stdStyle = "";
- /// <summary>
- /// 标准类别描述(PSL1....)
- /// </summary>
- private string stdStyleDesc = "";
- /// <summary>
- /// 生产合同号(1)
- /// </summary>
- private string proOrderNo = "";
- /// <summary>
- /// 工序代码
- /// </summary>
- private string processCdoe = "";
- /// <summary>
- /// 工序名称
- /// </summary>
- private string processDesc = "";
- /// <summary>
- /// 生产产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 生产产线名称
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 外径(实际)
- /// </summary>
- private decimal? actDimater = null;
- /// <summary>
- /// 壁厚(实际)
- /// </summary>
- private decimal? actHeight = null;
- /// <summary>
- /// 长度(实际)
- /// </summary>
- private decimal? actLen = null;
- /// <summary>
- /// 长度下限(实际)
- /// </summary>
- private string actLenMin = "";
- /// <summary>
- /// 长度上限(实际)
- /// </summary>
- private string actLenMax = "";
- /// <summary>
- /// 材料支数(实际)
- /// </summary>
- private decimal? actCount = null;
- /// <summary>
- /// 材料实重(实际)
- /// </summary>
- private decimal? actWeight = null;
- /// <summary>
- /// 所属权单位代码
- /// </summary>
- private string belongCode = "";
- /// <summary>
- /// 所属权单位
- /// </summary>
- private string belongName = "";
- /// <summary>
- /// 产品标识(ABC)
- /// </summary>
- private string target = "";
- /// <summary>
- /// 废品原因
- /// </summary>
- private string scrapReason = "";
- /// <summary>
- /// 责任单位代码
- /// </summary>
- private string belongCodeResponse = "";
- /// <summary>
- /// 责任单位
- /// </summary>
- private string belongNameResponse = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 审核人
- /// </summary>
- private string frimName = "";
- /// <summary>
- /// 审核时间
- /// </summary>
- private string frimTime = "";
- /// <summary>
- /// 审核标识(0,未审核 1,审核通过 2,审核不通过)
- /// </summary>
- private string frimFlag = "";
- /// <summary>
- /// 结算日期(年月)
- /// </summary>
- private string balYearMonth = "";
- /// <summary>
- /// 工艺文件路径
- /// </summary>
- private string craftPath = "";
- /// <summary>
- /// 工艺文件号
- /// </summary>
- private string craftNo = "";
- /// <summary>
- /// 是否快速处理(0,否 1是)
- /// </summary>
- private string isFast = "";
- /// <summary>
- /// 退废描述
- /// </summary>
- private string scrapDesc = "";
- /// <summary>
- /// 时间差
- /// </summary>
- private string timeDiffe = "";
-
- /// <summary>
- /// 工艺文件号
- /// </summary>
- [Description("工艺文件号")]
- [Nullable(false)]
- [DataLength(40)]
- public string CraftNo
- {
- get { return craftNo; }
- set { craftNo = value; }
- }
- /// <summary>
- /// 工艺文件路径
- /// </summary>
- [Description("工艺文件路径")]
- [Nullable(false)]
- [DataLength(40)]
- public string CraftPath
- {
- get { return craftPath; }
- set { craftPath = value; }
- }
- /// <summary>
- /// 申请审核单号
- /// </summary>
- [Description("申请审核单号")]
- [Nullable(false)]
- [DataLength(40)]
- public string FailApprovalCode
- {
- get { return failApprovalCode; }
- set { failApprovalCode = value; }
- }
- /// <summary>
- /// 生产批号
- /// </summary>
- [Description("生产批号")]
- [Nullable(true)]
- [DataLength(20)]
- public string LotNo
- {
- get { return lotNo; }
- set { lotNo = value; }
- }
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- [Description("熔炼炉号")]
- [Nullable(true)]
- [DataLength(20)]
- public string StoveNo
- {
- get { return stoveNo; }
- set { stoveNo = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [Nullable(true)]
- [DataLength(6)]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 批号
- /// </summary>
- [Description("批号")]
- [Nullable(true)]
- [DataLength(20)]
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 组号(规格分的组号)--炉批行----性能批号(重点)---
- /// </summary>
- [Description("组号")]
- [Nullable(true)]
- [DataLength(3)]
- public string BatchGroudNo
- {
- get { return batchGroudNo; }
- set { batchGroudNo = value; }
- }
- /// <summary>
- /// 物料码
- /// </summary>
- [Description("物料码")]
- [Nullable(true)]
- [DataLength(40)]
- public string MaterialNo
- {
- get { return materialNo; }
- set { materialNo = value; }
- }
- /// <summary>
- /// 物料描叙
- /// </summary>
- [Description("物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string MaterialName
- {
- get { return materialName; }
- set { materialName = value; }
- }
- /// <summary>
- /// 品名代码
- /// </summary>
- [Description("品名代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string Produccode
- {
- get { return produccode; }
- set { produccode = value; }
- }
- /// <summary>
- /// 品名描述
- /// </summary>
- [Description("品名")]
- [Nullable(true)]
- [DataLength(100)]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- /// <summary>
- /// 钢级(牌号)代码
- /// </summary>
- [Description("钢级(牌号)代码")]
- [Nullable(true)]
- [DataLength(10)]
- public string Steelcode
- {
- get { return steelcode; }
- set { steelcode = value; }
- }
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- [Description("钢级")]
- [Nullable(true)]
- [DataLength(100)]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- /// <summary>
- /// 钢种代码
- /// </summary>
- [Description("钢种代码")]
- [Nullable(true)]
- [DataLength(10)]
- public string Gradecode
- {
- get { return gradecode; }
- set { gradecode = value; }
- }
- /// <summary>
- /// 钢种名称
- /// </summary>
- [Description("钢种")]
- [Nullable(true)]
- [DataLength(100)]
- public string Gradename
- {
- get { return gradename; }
- set { gradename = value; }
- }
- /// <summary>
- /// 产品规格代码
- /// </summary>
- [Description("产品规格代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string SpecCode
- {
- get { return specCode; }
- set { specCode = value; }
- }
- /// <summary>
- /// 产品规格描述
- /// </summary>
- [Description("规格")]
- [Nullable(true)]
- [DataLength(100)]
- public string SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- /// <summary>
- /// 扣型代码
- /// </summary>
- [Description("扣型代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- /// <summary>
- /// 扣型描述
- /// </summary>
- [Description("扣型")]
- [Nullable(true)]
- [DataLength(100)]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- /// <summary>
- /// 标准代码[最终成品标准]
- /// </summary>
- [Description("标准代码[最终成品标准]")]
- [Nullable(true)]
- [DataLength(30)]
- public string StdCode
- {
- get { return stdCode; }
- set { stdCode = value; }
- }
- /// <summary>
- /// 标准名称
- /// </summary>
- [Description("标准名称")]
- [Nullable(true)]
- [DataLength(256)]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- /// <summary>
- /// 标准类别代码
- /// </summary>
- [Description("标准类别代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string StdStyle
- {
- get { return stdStyle; }
- set { stdStyle = value; }
- }
- /// <summary>
- /// 标准类别描述(PSL1....)
- /// </summary>
- [Description("标准类别")]
- [Nullable(true)]
- [DataLength(50)]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- /// <summary>
- /// 生产合同号(1)
- /// </summary>
- [Description("生产合同号")]
- [Nullable(true)]
- [DataLength(25)]
- public string ProOrderNo
- {
- get { return proOrderNo; }
- set { proOrderNo = value; }
- }
- /// <summary>
- /// 工序代码
- /// </summary>
- [Description("工序代码")]
- [Nullable(true)]
- [DataLength(8)]
- public string ProcessCdoe
- {
- get { return processCdoe; }
- set { processCdoe = value; }
- }
- /// <summary>
- /// 工序名称
- /// </summary>
- [Description("工序名称")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProcessDesc
- {
- get { return processDesc; }
- set { processDesc = value; }
- }
- /// <summary>
- /// 生产产线代码
- /// </summary>
- [Description("生产产线代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 生产产线名称
- /// </summary>
- [Description("产线")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 外径(实际)
- /// </summary>
- [Description("外径")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? ActDimater
- {
- get { return actDimater; }
- set { actDimater = value; }
- }
- /// <summary>
- /// 壁厚(实际)
- /// </summary>
- [Description("壁厚")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? ActHeight
- {
- get { return actHeight; }
- set { actHeight = value; }
- }
- /// <summary>
- /// 长度(实际)
- /// </summary>
- [Description("长度")]
- [Nullable(true)]
- [DataLength(9)]
- public decimal? ActLen
- {
- get { return actLen; }
- set { actLen = value; }
- }
- /// <summary>
- /// 长度下限(实际)
- /// </summary>
- [Description("长度下限")]
- [Nullable(true)]
- [DataLength(10)]
- public string ActLenMin
- {
- get { return actLenMin; }
- set { actLenMin = value; }
- }
- /// <summary>
- /// 长度上限(实际)
- /// </summary>
- [Description("长度上限")]
- [Nullable(true)]
- [DataLength(10)]
- public string ActLenMax
- {
- get { return actLenMax; }
- set { actLenMax = value; }
- }
- /// <summary>
- /// 材料支数(实际)
- /// </summary>
- [Description("支数")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? ActCount
- {
- get { return actCount; }
- set { actCount = value; }
- }
- /// <summary>
- /// 材料实重(实际)
- /// </summary>
- [Description("重量")]
- [Nullable(true)]
- [DataLength(11)]
- public decimal? ActWeight
- {
- get { return actWeight; }
- set { actWeight = value; }
- }
- /// <summary>
- /// 所属权单位代码
- /// </summary>
- [Description("所属权单位代码")]
- [Nullable(true)]
- [DataLength(40)]
- public string BelongCode
- {
- get { return belongCode; }
- set { belongCode = value; }
- }
- /// <summary>
- /// 所属权单位
- /// </summary>
- [Description("所属权单位")]
- [Nullable(true)]
- [DataLength(50)]
- public string BelongName
- {
- get { return belongName; }
- set { belongName = value; }
- }
- /// <summary>
- /// 产品标识(ABC)
- /// </summary>
- [Description("产品标识")]
- [Nullable(true)]
- [DataLength(20)]
- public string Target
- {
- get { return target; }
- set { target = value; }
- }
- /// <summary>
- /// 废品原因
- /// </summary>
- [Description("废品原因")]
- [Nullable(true)]
- [DataLength(100)]
- public string ScrapReason
- {
- get { return scrapReason; }
- set { scrapReason = value; }
- }
- /// <summary>
- /// 责任单位代码
- /// </summary>
- [Description("责任单位代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string BelongCodeResponse
- {
- get { return belongCodeResponse; }
- set { belongCodeResponse = value; }
- }
- /// <summary>
- /// 责任单位
- /// </summary>
- [Description("责任单位")]
- [Nullable(true)]
- [DataLength(100)]
- public string BelongNameResponse
- {
- get { return belongNameResponse; }
- set { belongNameResponse = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("申请人")]
- [Nullable(true)]
- [DataLength(20)]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("申请时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 审核人
- /// </summary>
- [Description("审核人")]
- [Nullable(true)]
- [DataLength(20)]
- public string FrimName
- {
- get { return frimName; }
- set { frimName = value; }
- }
- /// <summary>
- /// 审核时间
- /// </summary>
- [Description("审核时间")]
- [Nullable(true)]
- public string FrimTime
- {
- get { return frimTime; }
- set { frimTime = value; }
- }
- /// <summary>
- /// 审核标识(0,未审核 1,审核通过 2,审核不通过)
- /// </summary>
- [Description("是否审核")]
- [Nullable(true)]
- [DataLength(1)]
- public string FrimFlag
- {
- get { return frimFlag; }
- set { frimFlag = value; }
- }
- /// <summary>
- /// 结算日期(年月)
- /// </summary>
- [Description("结转年月")]
- [Nullable(true)]
- [DataLength(6)]
- public string BalYearMonth
- {
- get { return balYearMonth; }
- set { balYearMonth = value; }
- }
- [Description("是否快速处理")]
- [Nullable(true)]
- public string IsFast
- {
- get { return isFast; }
- set { isFast = value; }
- }
- /// <summary>
- /// 退废描述
- /// </summary>
- [Description("退废描述")]
- [Nullable(true)]
- public string ScrapDesc
- {
- get { return scrapDesc; }
- set { scrapDesc = value; }
- }
- [Description("时间差")]
- [Nullable(true)]
- public string TimeDiffe
- {
- get { return timeDiffe; }
- set { timeDiffe = value; }
- }
- }
- }
|