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.Lims.Port.数据管理.实体类
{
///
/// 数据库表MIL_PLAN所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DM22222 时间:2018-05-10
///
public class MilPlanEntity
{
///
/// 是否成品成分
///
private string ifProduct = "";
///
/// 最终用户
///
private string abrvition = "";
///
/// 监制单位
///
private string pdeptName = "";
///
/// 是否监制
///
private string ifMonitor = "";
///
/// ID(炉次计划号)
///
private string id = "";
///
/// 序号
///
private string seq = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号(轧管)
///
private string judgeStoveNo = "";
///
/// 判定炉号(轧管)
///
private string judgeStoveNoDesc = "";
///
/// 生产批号
///
private string lotNo = "";
///
/// 工序合同号
///
private string contractNo = "";
///
/// 执行工艺号
///
private string impProcess = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 文件序号
///
private string craftSeq = "";
///
/// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017)
///
private string plineCode = "";
///
/// 产线
///
private string plineName = "";
///
/// 状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检)
///
private string status = "";
///
/// 监制
///
private string producer = "";
///
/// 工艺状态
///
private string processStatus = "";
///
/// 单倍长
///
private decimal? dbLength = null;
///
/// 单倍重
///
private decimal? dbHeight = null;
///
/// 轧制长度
///
private decimal? rollLength = null;
///
/// 分切数
///
private decimal? sawNum = null;
///
/// 目标长度
///
private decimal? targetLength = null;
///
/// 用户
///
private string finishUser = "";
///
/// 目标库
///
private string targetLiabrary = "";
///
/// 品种
///
private string varieties = "";
///
/// 规格
///
private string pipeSize = "";
///
/// 扣型
///
private string buckleType = "";
///
/// 长度范围12
///
private string lengthRange = "";
///
/// 轧管判定标准
///
private string rollStandrad = "";
///
/// 断面
///
private decimal? pipeSection = null;
///
/// 钢级代码
///
private string steelcode = "";
///
/// 钢级名称
///
private string steelname = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 炼钢判定标准
///
private string steelStandrad = "";
///
/// 去向(A:成品 ,B、C:在制品)
///
private string target = "";
///
/// 计划成品支
///
private decimal? branch = null;
///
/// 计划成品吨
///
private decimal? ton = null;
///
/// 切损去向
///
private string cutTarget = "";
///
/// 切损长度
///
private decimal? cutLength = null;
///
/// 切损重量
///
private decimal? cutWeight = null;
///
/// 理论单倍坯支数
///
private decimal? dbNum = null;
///
/// 开始时间
///
private string startTime = "";
///
/// 结束时间
///
private string endTime = "";
///
/// 创建时间
///
private string tom = "";
///
/// 修改时间
///
private string toc = "";
///
/// 结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库)
///
private string nodeStatus = "";
///
/// 切头长度
///
private string cutHeadLengthp = "";
///
/// 切尾长度
///
private string cutTrailLengthp = "";
///
/// 控制壁厚
///
private decimal? controlThickp = null;
///
/// 下线标识(0-正常轧制,1-下线 2-返线)
///
private string offlineFlag = "";
///
/// 是否组批,0默认,1已组批,2已取样,3已确认
///
private string isBatch = "";
///
/// 下线时间
///
private string offlineDate = "";
///
/// 切尾类型(0-被动切尾,1-主动切尾)
///
private string cutType = "";
///
/// 轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除)
///
private string rollingStatus = "";
///
/// 成品判定标准
///
private string produceStandrad = "";
///
/// 取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检)
///
private string simpleProcess = "";
///
/// 返线跟队标识(0-未跟队 1-跟队)
///
private string backLineFlag = "";
///
/// 返线计划标识(0-正常计划, 1-锯切返线 5-荒管组炉返线 7-矫直返线 8-探伤返线 9-复检 10-交库返线)
///
private string backPlanFlag = "";
///
/// 上料顺序号(年月日+产线代码+三位流水)
///
private string feedSeq = "";
///
/// 上料时间
///
private string feedTime = "";
///
/// 流动卡流水号
///
private string lotSeq = "";
///
/// 上料炉号(炼钢判定炉号)
///
private string feedHeatNo = "";
///
/// 订货长度范围
///
private string lengthcp = "";
///
/// 切头长度(冷床操作工 实际录入值)
///
private decimal? cutHeadLengtha = null;
///
/// 切尾长度(冷床操作工 实际录入值)
///
private decimal? cutTrailLengtha = null;
///
/// 定尺长度(冷床操作工 实际录入值)
///
private decimal? orderLengtha = null;
///
/// 热取样标识(0-未取样,1-已取样,2-无效)
///
private string hotCheckFlag = "";
///
/// 回炉坯标识(0-正常计划,1-回炉坯计划)
///
private string backSlabFlag = "";
///
/// 回炉坯组炉时间
///
private string backSlabTime = "";
///
/// 分批上限(暂时用,能获取到此数据停用)
///
private string batchMax = "";
///
/// 是否需取样(0,取样 1,不取样)
///
private string codeSampleFlag = "";
///
/// 品种代码
///
private string varietiesCode = "";
///
/// 规格代码
///
private string pipeSizeCode = "";
///
/// 扣型代码
///
private string buckleTypeCode = "";
///
/// 标准代码
///
private string rollStandradCode = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// 检验编号
///
private string checkNo = "";
///
/// 合同行PK值
///
private string ordLnPk = "";
///
/// 交货行PK值
///
private string ordLnDlyPk = "";
///
/// 是否过磅(0,不过磅、1、过磅)
///
private string prtFlag = "";
///
/// 轧管订单编号
///
private string proPlanId = "";
///
/// 工序排产序号
///
private string gxPlanNo = "";
///
/// 管坯类型
///
private string tubeType = "";
///
/// 管坯来源
///
private string tubeSuorce = "";
///
/// 预计生产支
///
private decimal? predictPiece = null;
///
/// 预计生产吨
///
private decimal? predictTon = null;
///
/// 生产类型(0、正常计划;1、试轧料)
///
private string type = "";
///
/// 是否上料(0-未上料,1-已上料)
///
private string isLoad = "";
///
/// 操作时间
///
private string colTime = "";
///
/// 操作人
///
private string colUser = "";
///
/// 操作班次
///
private string colShift = "";
///
/// 操作班组
///
private string colGroup = "";
///
/// 操作人ID
///
private string userId = "";
///
/// 结转年月
///
private string balYearMonth = "";
private string consignName = "";
private string consignTime = "";
///
/// 工艺文件路径
///
private string craftPath = "";
private string cic = "";
private string pic = "";
private string indexSeq = "";
private string prdcrNo = "";
///
/// 委托人
///
[Description("委托人")]
[Nullable(false)]
[DataLength(20)]
public string ConsignName
{
get { return consignName; }
set { consignName = value; }
}
///
/// 委托时间
///
[Description("委托时间")]
[Nullable(false)]
[DataLength(20)]
public string ConsignTime
{
get { return consignTime; }
set { consignTime = value; }
}
///
/// PIC
///
[Description("CIC")]
[Nullable(false)]
[DataLength(20)]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// PIC
///
[Description("PIC")]
[Nullable(false)]
[DataLength(20)]
public string Pic
{
get { return pic; }
set { pic = value; }
}
///
/// 制程号
///
[Description("制程号")]
[Nullable(false)]
[DataLength(20)]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 监制编号
///
[Description("监制编号")]
[Nullable(false)]
[DataLength(20)]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 是否成品成分
///
[Description("是否成品成分")]
[Nullable(false)]
[DataLength(20)]
public string IfProduct
{
get { return ifProduct; }
set { ifProduct = value; }
}
///
/// 监制编号
///
[Description("监制单位")]
[Nullable(false)]
[DataLength(20)]
public string PdeptName
{
get { return pdeptName; }
set { pdeptName = value; }
}
///
/// 最终用户
///
[Description("最终用户")]
[Nullable(false)]
[DataLength(20)]
public string Abrvition
{
get { return abrvition; }
set { abrvition = value; }
}
///
/// 工艺文件路径
///
[Description("工艺文件路径")]
[Nullable(false)]
[DataLength(20)]
public string CraftPath
{
get { return craftPath; }
set { craftPath = value; }
}
///
/// 是否监制
///
[Description("是否监制")]
[Nullable(false)]
[DataLength(20)]
public string IfMonitor
{
get { return ifMonitor; }
set { ifMonitor = value; }
}
///
/// ID(炉次计划号)
///
[Description("ID(炉次计划号)")]
[Nullable(false)]
[DataLength(20)]
public string Id
{
get { return id; }
set { id = value; }
}
///
/// 序号
///
[Description("序号")]
[Nullable(false)]
[DataLength(20)]
public string Seq
{
get { return seq; }
set { seq = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号(轧管)
///
[Description("判定炉号")]
[Nullable(false)]
[DataLength(20)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 判定炉号(轧管)
///
[Description("判定炉号")]
[Nullable(false)]
[DataLength(20)]
public string JudgeStoveNoDesc
{
get { return judgeStoveNoDesc; }
set { judgeStoveNoDesc = value; }
}
///
/// 生产批号
///
[Description("生产批号 ")]
[Nullable(true)]
[DataLength(20)]
public string LotNo
{
get { return lotNo; }
set { lotNo = value; }
}
///
/// 工序合同号
///
[Description("工序合同号")]
[Nullable(true)]
[DataLength(200)]
public string ContractNo
{
get { return contractNo; }
set { contractNo = value; }
}
///
/// 执行工艺号
///
[Description("执行工艺号")]
[Nullable(true)]
[DataLength(200)]
public string ImpProcess
{
get { return impProcess; }
set { impProcess = value; }
}
///
/// 执行工艺号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(200)]
public string CraftFileNo
{
get { return craftFileNo; }
set { craftFileNo = value; }
}
///
/// 执行工艺号
///
[Description("工艺文件序号")]
[Nullable(true)]
[DataLength(200)]
public string CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017)
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017)
///
[Description("产线")]
[Nullable(true)]
[DataLength(20)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检)
///
[Description("状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检)")]
[Nullable(true)]
[DataLength(2)]
public string Status
{
get { return status; }
set { status = value; }
}
///
/// 监制
///
[Description("监制")]
[Nullable(true)]
[DataLength(200)]
public string Producer
{
get { return producer; }
set { producer = value; }
}
///
/// 工艺状态
///
[Description("工艺状态")]
[Nullable(true)]
[DataLength(20)]
public string ProcessStatus
{
get { return processStatus; }
set { processStatus = value; }
}
///
/// 单倍长
///
[Description("单倍长")]
[Nullable(true)]
[DataLength(8)]
public decimal? DbLength
{
get { return dbLength; }
set { dbLength = value; }
}
///
/// 单倍重
///
[Description("单倍重")]
[Nullable(true)]
[DataLength(8)]
public decimal? DbHeight
{
get { return dbHeight; }
set { dbHeight = value; }
}
///
/// 轧制长度
///
[Description("轧制长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? RollLength
{
get { return rollLength; }
set { rollLength = value; }
}
///
/// 分切数
///
[Description("分切数")]
[Nullable(true)]
[DataLength(6)]
public decimal? SawNum
{
get { return sawNum; }
set { sawNum = value; }
}
///
/// 目标长度
///
[Description("目标长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? TargetLength
{
get { return targetLength; }
set { targetLength = value; }
}
///
/// 用户
///
[Description("用户")]
[Nullable(true)]
[DataLength(200)]
public string FinishUser
{
get { return finishUser; }
set { finishUser = value; }
}
///
/// 目标库
///
[Description("目标库")]
[Nullable(true)]
[DataLength(50)]
public string TargetLiabrary
{
get { return targetLiabrary; }
set { targetLiabrary = value; }
}
///
/// 品种
///
[Description("品种")]
[Nullable(true)]
[DataLength(20)]
public string Varieties
{
get { return varieties; }
set { varieties = value; }
}
///
/// 规格
///
[Description("规格")]
[Nullable(true)]
[DataLength(20)]
public string PipeSize
{
get { return pipeSize; }
set { pipeSize = value; }
}
///
/// 扣型
///
[Description("扣型")]
[Nullable(true)]
[DataLength(20)]
public string BuckleType
{
get { return buckleType; }
set { buckleType = value; }
}
///
/// 长度范围12
///
[Description("长度范围12")]
[Nullable(true)]
[DataLength(20)]
public string LengthRange
{
get { return lengthRange; }
set { lengthRange = value; }
}
///
/// 轧管判定标准
///
[Description("轧管判定标准")]
[Nullable(true)]
[DataLength(200)]
public string RollStandrad
{
get { return rollStandrad; }
set { rollStandrad = value; }
}
///
/// 断面
///
[Description("断面")]
[Nullable(true)]
[DataLength(8)]
public decimal? PipeSection
{
get { return pipeSection; }
set { pipeSection = value; }
}
///
/// 钢级代码
///
[Description("钢级代码")]
[Nullable(true)]
[DataLength(20)]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级名称
///
[Description("钢级")]
[Nullable(true)]
[DataLength(200)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[Nullable(true)]
[DataLength(20)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种")]
[Nullable(true)]
[DataLength(200)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 炼钢判定标准
///
[Description("炼钢判定标准")]
[Nullable(true)]
[DataLength(200)]
public string SteelStandrad
{
get { return steelStandrad; }
set { steelStandrad = value; }
}
///
/// 去向(A:成品 ,B、C:在制品)
///
[Description("产品标识")]
[Nullable(true)]
[DataLength(20)]
public string Target
{
get { return target; }
set { target = value; }
}
///
/// 计划成品支
///
[Description("计划成品支")]
[Nullable(true)]
[DataLength(6)]
public decimal? Branch
{
get { return branch; }
set { branch = value; }
}
///
/// 计划成品吨
///
[Description("计划成品吨")]
[Nullable(true)]
[DataLength(8)]
public decimal? Ton
{
get { return ton; }
set { ton = value; }
}
///
/// 切损去向
///
[Description("切损去向")]
[Nullable(true)]
[DataLength(20)]
public string CutTarget
{
get { return cutTarget; }
set { cutTarget = value; }
}
///
/// 切损长度
///
[Description("切损长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CutLength
{
get { return cutLength; }
set { cutLength = value; }
}
///
/// 切损重量
///
[Description("切损重量")]
[Nullable(true)]
[DataLength(8)]
public decimal? CutWeight
{
get { return cutWeight; }
set { cutWeight = value; }
}
///
/// 理论单倍坯支数
///
[Description("理论单倍坯支数")]
[Nullable(true)]
[DataLength(6)]
public decimal? DbNum
{
get { return dbNum; }
set { dbNum = value; }
}
///
/// 开始时间
///
[Description("开始时间")]
[Nullable(true)]
public string StartTime
{
get { return startTime; }
set { startTime = value; }
}
///
/// 结束时间
///
[Description("结束时间")]
[Nullable(true)]
public string EndTime
{
get { return endTime; }
set { endTime = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string Tom
{
get { return tom; }
set { tom = value; }
}
///
/// 修改时间
///
[Description("修改时间 ")]
[Nullable(true)]
public string Toc
{
get { return toc; }
set { toc = value; }
}
///
/// 结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库)
///
[Description("结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库)")]
[Nullable(true)]
[DataLength(2)]
public string NodeStatus
{
get { return nodeStatus; }
set { nodeStatus = value; }
}
///
/// 切头长度
///
[Description("切头长度")]
[Nullable(true)]
[DataLength(20)]
public string CutHeadLengthp
{
get { return cutHeadLengthp; }
set { cutHeadLengthp = value; }
}
///
/// 切尾长度
///
[Description("切尾长度")]
[Nullable(true)]
[DataLength(20)]
public string CutTrailLengthp
{
get { return cutTrailLengthp; }
set { cutTrailLengthp = value; }
}
///
/// 控制壁厚
///
[Description("控制壁厚")]
[Nullable(true)]
[DataLength(8)]
public decimal? ControlThickp
{
get { return controlThickp; }
set { controlThickp = value; }
}
///
/// 下线标识(0-正常轧制,1-下线 2-返线)
///
[Description("下线标识(0-正常轧制,1-下线 2-返线)")]
[Nullable(true)]
[DataLength(1)]
public string OfflineFlag
{
get { return offlineFlag; }
set { offlineFlag = value; }
}
///
/// 是否组批,0默认,1已组批,2已取样,3已确认
///
[Description("是否组批,0默认,1已组批,2已取样,3已确认")]
[Nullable(true)]
[DataLength(1)]
public string IsBatch
{
get { return isBatch; }
set { isBatch = value; }
}
///
/// 下线时间
///
[Description("下线时间")]
[Nullable(true)]
public string OfflineDate
{
get { return offlineDate; }
set { offlineDate = value; }
}
///
/// 切尾类型(0-被动切尾,1-主动切尾)
///
[Description("切尾类型(0-被动切尾,1-主动切尾)")]
[Nullable(true)]
[DataLength(20)]
public string CutType
{
get { return cutType; }
set { cutType = value; }
}
///
/// 轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除)
///
[Description("轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除)")]
[Nullable(true)]
[DataLength(1)]
public string RollingStatus
{
get { return rollingStatus; }
set { rollingStatus = value; }
}
///
/// 成品判定标准
///
[Description("成品判定标准")]
[Nullable(true)]
[DataLength(1000)]
public string ProduceStandrad
{
get { return produceStandrad; }
set { produceStandrad = value; }
}
///
/// 取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检)
///
[Description("取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检)")]
[Nullable(true)]
[DataLength(4)]
public string SimpleProcess
{
get { return simpleProcess; }
set { simpleProcess = value; }
}
///
/// 返线跟队标识(0-未跟队 1-跟队)
///
[Description("返线跟队标识(0-未跟队 1-跟队)")]
[Nullable(true)]
[DataLength(1)]
public string BackLineFlag
{
get { return backLineFlag; }
set { backLineFlag = value; }
}
///
/// 返线计划标识(0-正常计划, 1-锯切返线 5-荒管组炉返线 7-矫直返线 8-探伤返线 9-复检 10-交库返线)
///
[Description("返线计划标识(0-正常计划, 1-锯切返线 5-荒管组炉返线 7-矫直返线 8-探伤返线 9-复检 10-交库返线)")]
[Nullable(true)]
[DataLength(2)]
public string BackPlanFlag
{
get { return backPlanFlag; }
set { backPlanFlag = value; }
}
///
/// 上料顺序号(年月日+产线代码+三位流水)
///
[Description("上料顺序号(年月日+产线代码+三位流水)")]
[Nullable(true)]
[DataLength(20)]
public string FeedSeq
{
get { return feedSeq; }
set { feedSeq = value; }
}
///
/// 上料时间
///
[Description("上料时间")]
[Nullable(true)]
public string FeedTime
{
get { return feedTime; }
set { feedTime = value; }
}
///
/// 流动卡流水号
///
[Description("流动卡流水号")]
[Nullable(true)]
[DataLength(15)]
public string LotSeq
{
get { return lotSeq; }
set { lotSeq = value; }
}
///
/// 上料炉号(炼钢判定炉号)
///
[Description("上料炉号(炼钢判定炉号)")]
[Nullable(true)]
[DataLength(20)]
public string FeedHeatNo
{
get { return feedHeatNo; }
set { feedHeatNo = value; }
}
///
/// 订货长度范围
///
[Description("订货长度范围")]
[Nullable(true)]
[DataLength(200)]
public string Lengthcp
{
get { return lengthcp; }
set { lengthcp = value; }
}
///
/// 切头长度(冷床操作工 实际录入值)
///
[Description("切头长度(冷床操作工 实际录入值)")]
[Nullable(true)]
[DataLength(8)]
public decimal? CutHeadLengtha
{
get { return cutHeadLengtha; }
set { cutHeadLengtha = value; }
}
///
/// 切尾长度(冷床操作工 实际录入值)
///
[Description("切尾长度(冷床操作工 实际录入值)")]
[Nullable(true)]
[DataLength(8)]
public decimal? CutTrailLengtha
{
get { return cutTrailLengtha; }
set { cutTrailLengtha = value; }
}
///
/// 定尺长度(冷床操作工 实际录入值)
///
[Description("定尺长度(冷床操作工 实际录入值)")]
[Nullable(true)]
[DataLength(8)]
public decimal? OrderLengtha
{
get { return orderLengtha; }
set { orderLengtha = value; }
}
///
/// 热取样标识(0-未取样,1-已取样,2-无效)
///
[Description("热取样标识(0-未取样,1-已取样,2-无效)")]
[Nullable(true)]
[DataLength(1)]
public string HotCheckFlag
{
get { return hotCheckFlag; }
set { hotCheckFlag = value; }
}
///
/// 回炉坯标识(0-正常计划,1-回炉坯计划)
///
[Description("回炉坯标识(0-正常计划,1-回炉坯计划)")]
[Nullable(true)]
[DataLength(1)]
public string BackSlabFlag
{
get { return backSlabFlag; }
set { backSlabFlag = value; }
}
///
/// 回炉坯组炉时间
///
[Description("回炉坯组炉时间")]
[Nullable(true)]
public string BackSlabTime
{
get { return backSlabTime; }
set { backSlabTime = value; }
}
///
/// 分批上限(暂时用,能获取到此数据停用)
///
[Description("分批上限(暂时用,能获取到此数据停用)")]
[Nullable(true)]
[DataLength(4)]
public string BatchMax
{
get { return batchMax; }
set { batchMax = value; }
}
///
/// 是否需取样(0,取样 1,不取样)
///
[Description("是否需取样(0,取样 1,不取样)")]
[Nullable(true)]
[DataLength(1)]
public string CodeSampleFlag
{
get { return codeSampleFlag; }
set { codeSampleFlag = value; }
}
///
/// 品种代码
///
[Description("品种代码")]
[Nullable(true)]
[DataLength(20)]
public string VarietiesCode
{
get { return varietiesCode; }
set { varietiesCode = value; }
}
///
/// 规格代码
///
[Description("规格代码")]
[Nullable(true)]
[DataLength(20)]
public string PipeSizeCode
{
get { return pipeSizeCode; }
set { pipeSizeCode = value; }
}
///
/// 扣型代码
///
[Description("扣型代码")]
[Nullable(true)]
[DataLength(20)]
public string BuckleTypeCode
{
get { return buckleTypeCode; }
set { buckleTypeCode = value; }
}
///
/// 标准代码
///
[Description("标准代码")]
[Nullable(true)]
[DataLength(20)]
public string RollStandradCode
{
get { return rollStandradCode; }
set { rollStandradCode = value; }
}
///
/// 标准类别代码
///
[Description("标准类别代码")]
[Nullable(true)]
[DataLength(20)]
public string StdStyle
{
get { return stdStyle; }
set { stdStyle = value; }
}
///
/// 标准类别描述(PSL1....)
///
[Description("标准类别")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
///
/// 检验编号
///
[Description("检验编号")]
[Nullable(true)]
[DataLength(50)]
public string CheckNo
{
get { return checkNo; }
set { checkNo = value; }
}
///
/// 交货行PK值
///
[Description("合同行PK值")]
[Nullable(true)]
[DataLength(50)]
public string OrdLnPk
{
get { return ordLnPk; }
set { ordLnPk = value; }
}
///
/// 交货行PK值
///
[Description("交货行PK值")]
[Nullable(true)]
[DataLength(50)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
///
/// 是否过磅(0,不过磅、1、过磅)
///
[Description("是否过磅(0,不过磅、1、过磅)")]
[Nullable(true)]
[DataLength(1)]
public string PrtFlag
{
get { return prtFlag; }
set { prtFlag = value; }
}
///
/// 轧管订单编号
///
[Description("轧管订单编号")]
[Nullable(true)]
[DataLength(20)]
public string ProPlanId
{
get { return proPlanId; }
set { proPlanId = value; }
}
///
/// 工序排产序号
///
[Description("工序排产序号")]
[Nullable(true)]
[DataLength(10)]
public string GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
///
/// 管坯类型
///
[Description("管坯类型")]
[Nullable(true)]
[DataLength(20)]
public string TubeType
{
get { return tubeType; }
set { tubeType = value; }
}
///
/// 管坯来源
///
[Description("管坯来源")]
[Nullable(true)]
[DataLength(20)]
public string TubeSuorce
{
get { return tubeSuorce; }
set { tubeSuorce = value; }
}
///
/// 预计生产支
///
[Description("预计生产支")]
[Nullable(true)]
[DataLength(6)]
public decimal? PredictPiece
{
get { return predictPiece; }
set { predictPiece = value; }
}
///
/// 预计生产吨
///
[Description("预计生产吨")]
[Nullable(true)]
[DataLength(8)]
public decimal? PredictTon
{
get { return predictTon; }
set { predictTon = value; }
}
///
/// 生产类型(0、正常计划;1、试轧料)
///
[Description("生产类型(0、正常计划;1、试轧料)")]
[Nullable(true)]
[DataLength(1)]
public string Type
{
get { return type; }
set { type = value; }
}
///
/// 是否上料(0-未上料,1-已上料)
///
[Description("是否上料(0-未上料,1-已上料)")]
[Nullable(true)]
[DataLength(1)]
public string IsLoad
{
get { return isLoad; }
set { isLoad = value; }
}
///
/// 操作时间
///
[Description("操作时间")]
[Nullable(true)]
public string ColTime
{
get { return colTime; }
set { colTime = value; }
}
///
/// 操作人
///
[Description("操作人")]
[Nullable(true)]
[DataLength(20)]
public string ColUser
{
get { return colUser; }
set { colUser = value; }
}
///
/// 操作班次
///
[Description("操作班次")]
[Nullable(true)]
[DataLength(1)]
public string ColShift
{
get { return colShift; }
set { colShift = value; }
}
///
/// 操作班组
///
[Description("操作班组")]
[Nullable(true)]
[DataLength(1)]
public string ColGroup
{
get { return colGroup; }
set { colGroup = value; }
}
///
/// 操作人ID
///
[Description("操作人ID")]
[Nullable(true)]
[DataLength(40)]
public string UserId
{
get { return userId; }
set { userId = value; }
}
///
/// 结转年月
///
[Description("结转年月")]
[Nullable(true)]
[DataLength(6)]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = value; }
}
///
/// 委托类型
///
private string craftSource = "";
///
/// 委托类型
///
[Description("委托类型")]
[Nullable(false)]
[DataLength(20)]
public string CraftSource
{
get { return craftSource; }
set { craftSource = value; }
}
}
}