| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673 |
- 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.PlnSaleOrd.炉计划.Entity
- {
- /// <summary>
- /// 数据库表MAT_BC_M所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20180117CCCC 时间:2018-03-09
- /// </summary>
- public class MatBcMEntityDbk
- {
- /// <summary>
- /// 材料类别(8014在制品、成品、商品)
- /// </summary>
- private string productFlag = "";
- /// <summary>
- /// 材料状态(801501在制品阶段、801502成品、801503商品...)
- /// </summary>
- private string matStatus = "";
- /// <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 producname = "";
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- private string steelname = "";
- /// <summary>
- /// 钢种名称
- /// </summary>
- private string gradename = "";
- /// <summary>
- /// 产品规格描述
- /// </summary>
- private string specName = "";
- /// <summary>
- /// 扣型描述
- /// </summary>
- private string modelDesc = "";
- /// <summary>
- /// 标准名称
- /// </summary>
- private string stdName = "";
- /// <summary>
- /// 标准类别描述(PSL1....)
- /// </summary>
- private string stdStyleDesc = "";
- /// <summary>
- /// 生产产线名称
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 生产产线代码
- /// </summary>
- private string plineCode = "";
- /// <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 decimal? actTheoryWeight = null;
- /// <summary>
- /// 所属权单位代码
- /// </summary>
- private string belongCode = "";
- /// <summary>
- /// 所属权单位
- /// </summary>
- private string belongName = "";
- /// <summary>
- /// 合同主键
- /// </summary>
- private string ordPk = "";
- /// <summary>
- /// 合同行主键
- /// </summary>
- private string ordLnPk = "";
- /// <summary>
- /// 交货行主键
- /// </summary>
- private string ordLnDlyPk = "";
- /// <summary>
- /// [轧管工序]判定单号
- /// </summary>
- private string jugdeConvicted = "";
- /// <summary>
- /// [轧管工序]生产产线名称
- /// </summary>
- private string zgPlineName = "";
- /// <summary>
- /// [镦拔扩工序]生产产线名称
- /// </summary>
- private string vrpPlineName = "";
- private string storageNo = "";
- private string storageName = "";
- private string instockTime = "";
- /// <summary>
- /// 入库时间
- /// </summary>
- [Description("入库时间")]
- [Nullable(true)]
- [DataLength(10)]
- public string InstockTime
- {
- get { return instockTime; }
- set { instockTime = value; }
- }
- /// <summary>
- /// 仓库地点
- /// </summary>
- [Description("仓库代码")]
- [Nullable(true)]
- [DataLength(10)]
- public string StorageNo
- {
- get { return storageNo; }
- set { storageNo = value; }
- }
- /// <summary>
- /// 仓库地点
- /// </summary>
- [Description("仓库地点")]
- [Nullable(true)]
- [DataLength(10)]
- public string StorageName
- {
- get { return storageName; }
- set { storageName = value; }
- }
- /// <summary>
- /// 材料类别(8014在制品、成品、商品)
- /// </summary>
- [Description("材料类别")]
- [Nullable(true)]
- [DataLength(10)]
- public string ProductFlag
- {
- get { return productFlag; }
- set { productFlag = value; }
- }
- /// <summary>
- /// 材料状态(801501在制品阶段、801502成品、801503商品...)
- /// </summary>
- [Description("材料状态")]
- [Nullable(true)]
- [DataLength(10)]
- public string MatStatus
- {
- get { return matStatus; }
- set { matStatus = 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(100)]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- [Description("钢级")]
- [Nullable(true)]
- [DataLength(100)]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- /// <summary>
- /// 钢种名称
- /// </summary>
- [Description("钢种")]
- [Nullable(true)]
- [DataLength(100)]
- public string Gradename
- {
- get { return gradename; }
- set { gradename = value; }
- }
- /// <summary>
- /// 产品规格描述
- /// </summary>
- [Description("规格")]
- [Nullable(true)]
- [DataLength(100)]
- public string SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- /// <summary>
- /// 扣型描述
- /// </summary>
- [Description("扣型")]
- [Nullable(true)]
- [DataLength(100)]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- /// <summary>
- /// 标准名称
- /// </summary>
- [Description("标准名称")]
- [Nullable(true)]
- [DataLength(256)]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- /// <summary>
- /// 标准类别描述(PSL1....)
- /// </summary>
- [Description("标准类别")]
- [Nullable(true)]
- [DataLength(50)]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- private string OrderSeqNo = "";
- /// <summary>
- /// 合同行号
- /// </summary>
- [Description("合同号")]
- [Nullable(true)]
- [DataLength(3)]
- public string orderSeqNo
- {
- get { return OrderSeqNo; }
- set { OrderSeqNo = value; }
- }
- /// <summary>
- /// 生产产线名称
- /// </summary>
- [Description("产线")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线代码")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = 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(11)]
- public decimal? ActTheoryWeight
- {
- get { return actTheoryWeight; }
- set { actTheoryWeight = 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>
- /// 合同主键
- /// </summary>
- [Description("合同主键")]
- [Nullable(true)]
- [DataLength(40)]
- public string OrdPk
- {
- get { return ordPk; }
- set { ordPk = value; }
- }
- /// <summary>
- /// 合同行主键
- /// </summary>
- [Description("合同行主键")]
- [Nullable(true)]
- [DataLength(40)]
- public string OrdLnPk
- {
- get { return ordLnPk; }
- set { ordLnPk = value; }
- }
- /// <summary>
- /// 交货行主键
- /// </summary>
- [Description("交货行主键")]
- [Nullable(true)]
- [DataLength(50)]
- public string OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- private string heatPlanNo = "";
- /// <summary>
- /// [轧管工序]轧管炉次计划号
- /// </summary>
- [Description("[上工序]炉计划号")]
- [Nullable(true)]
- [DataLength(20)]
- public string HeatPlanNo
- {
- get { return heatPlanNo; }
- set { heatPlanNo = value; }
- }
- private string onProOrderId = "";
- /// <summary>
- /// [轧管工序]工序订单1排产序号
- /// </summary>
- [Description("[上工序]订单号")]
- [Nullable(true)]
- [DataLength(10)]
- public string OnProOrderId
- {
- get { return onProOrderId; }
- set { onProOrderId = value; }
- }
- private string undProOrderId = "";
- /// [镦拔扩]订单号
- /// </summary>
- [Description("[本工序]订单号")]
- [Nullable(true)]
- [DataLength(20)]
- public string UndProOrderId
- {
- get { return undProOrderId; }
- set { undProOrderId = value; }
- }
- /// <summary>
- /// 利库/脱单支
- /// </summary>
- private string takeCount = "";
- /// <summary>
- ///利库/脱单吨
- /// </summary>
- private decimal? takeWeight = null;
- /// <summary>
- /// 利库/脱单支
- /// </summary>
- [Description("利库/脱单支")]
- public string TakeCount
- {
- get { return takeCount; }
- set { takeCount = value; }
- }
- /// <summary>
- /// 利库/脱单吨
- /// </summary>
- [Description("利库/脱单吨")]
- public decimal? TakeWeight
- {
- get { return takeWeight; }
- set { takeWeight = value; }
- }
- private string proOrderNo = "";
- [Description("生产合同号")]
- public string ProOrderNo
- {
- get { return proOrderNo; }
- set { proOrderNo = value; }
- }
- private string cic = "";
- [Description("库存CIC")]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- private string specCic = "";
- [Description("指定CIC")]
- public string SpecCic
- {
- get { return specCic; }
- set { specCic = value; }
- }
- private string codeJgBl = "";
- [Description("备料码")]
- public string CodeJgBl
- {
- get { return codeJgBl; }
- set { codeJgBl = value; }
- }
- private string crafNo = "";
- [Description("工艺文件号")]
- public string CrafNo
- {
- get { return crafNo; }
- set { crafNo = value; }
- }
- private string judgeResult = "";
- [Description("综合判定结果")]
- public string JudgeResult
- {
- get { return judgeResult; }
- set { judgeResult = value; }
- }
- private string memo = "";
- [Description("备注")]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- private string mark = "";
- [Description("标示")]
- public string Mark
- {
- get { return mark; }
- set { mark = value; }
- }
- }
- }
|