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
{
///
/// 数据库表PLN_GX_JG_PROP_S所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DESKTOP-LI8OG3P 时间:2016-10-18
///
public class PlnGxJgPropSEntityAmoun
{
///
/// 接箍工序订单编号
///
private string proPlanId = "";
///
/// 订单属性分组号
///
private string jgGroupId = "";
///
/// 工序排产序号
///
private string gxPlanNo = "";
///
/// 接箍产线代码
///
private string plineCode = "";
///
/// 接箍产线描述
///
private string plineName = "";
///
/// 产线内生产顺序号
///
private string gxProSeq = "";
///
/// 接箍码
///
private string codeJg = "";
///
/// 接箍规格描述
///
private string specJgDesc = "";
///
/// 接箍备料码
///
private string codeJgBl = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 接箍料物料编码
///
private string blWlId = "";
///
/// 接箍料物料描述
///
private string blWlDesc = "";
///
/// 接箍料外径(mm)
///
private decimal? minD = null;
///
/// 接箍料壁厚(mm)
///
private decimal? minH = null;
///
/// 接箍料目标长度
///
private decimal? aimlengthBl = null;
///
/// 目标切管长
///
private decimal? aimCutLen = null;
///
/// 接箍坯料长度min
///
private string lengthMin = "";
///
/// 接箍坯料长度max
///
private string lengthMax = "";
///
/// 接箍坯料锥度
///
private string taper = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 接箍扣型描述
///
private string modelDesc = "";
///
/// 探伤要求(408401)
///
private string demandDetection = "";
///
/// 磷化镀铜要求(408402)
///
private string demandBonderizing = "";
///
/// 压印喷标
///
private string demandCopper = "";
///
/// 喷砂要求
///
private string demandBlast = "";
///
/// 排产接箍个数
///
private decimal? groupNumS = null;
///
/// 单支可切个数
///
private decimal? singleCutNun = null;
///
/// 排产备料支数
///
private decimal? groupBlNumS = null;
///
/// 排产备料重量
///
private decimal? groupBlWtS = null;
///
/// 是否确认
///
private string isPlanOk = "";
///
/// 接箍利库个数
///
private decimal? matchnumJg = null;
///
/// 生产年月
///
private string proMonth = "";
///
/// 计划耗时(分)
///
private decimal? planUsetime = null;
///
/// 计划开始时间
///
private string planTimeB = "";
///
/// 计划结束时间
///
private string planTimeE = "";
///
/// 接箍料利库重量
///
private decimal? matchwtBl = null;
///
/// 接箍料利库支数
///
private decimal? matchnumBl = null;
///
/// 虚拟挂料吨
///
private decimal? batchedWt = null;
///
/// 虚拟挂料支
///
private decimal? batchedNum = null;
///
/// 炉计划已排接箍个数
///
private decimal? batchedNumOut = null;
///
/// 实际挂料吨
///
private decimal? realBatchedWt = null;
///
/// 实际挂料支
///
private decimal? realBatchedNum = null;
///
/// 完成个数(生产+利库)
///
private decimal? producedNum = null;
///
/// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
///
private string exeStatus = "";
///
/// 是否检修计划
///
private string isRepairPln = "";
///
/// 检修类型
///
private string repairType = "";
///
/// 确认时间
///
private string issuedTime = "";
///
/// 确认人
///
private string issuedMan = "";
///
/// 最近取消确认时间
///
private string lastUndownTime = "";
///
/// 最近取消确认人
///
private string lastUndownMan = "";
///
/// 加工成本
///
private decimal? processingCost = null;
///
/// 完全成本
///
private decimal? totalCost = null;
///
/// 是否接箍监制
///
private string ifMonitorJg = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 炉计划是否下发
///
private string isStoveIssued = "";
///
/// 炉计划下发时间
///
private string stoveIssuedTime = "";
///
/// 炉计划下发人
///
private string stoveIssuedMan = "";
///
/// 接箍工序订单编号
///
[Description("订单编号")]
[Nullable(false)]
[DataLength(20)]
public string ProPlanId
{
get { return proPlanId; }
set { proPlanId = value; }
}
///
/// 订单属性分组号
///
[Description("属性分组号")]
[Nullable(false)]
[DataLength(10)]
public string JgGroupId
{
get { return jgGroupId; }
set { jgGroupId = value; }
}
///
/// 工序排产序号
///
[Description("排产序号")]
[Nullable(false)]
[DataLength(10)]
public string GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
///
/// 接箍产线代码
///
[Description("接箍产线")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 接箍产线描述
///
[Description("接箍产线")]
[Nullable(true)]
[DataLength(100)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 产线内生产顺序号
///
[Description("生产顺序")]
[Nullable(true)]
[DataLength(20)]
public string GxProSeq
{
get { return gxProSeq; }
set { gxProSeq = value; }
}
///
/// 接箍码
///
[Description("接箍码")]
[Nullable(true)]
[DataLength(7)]
public string CodeJg
{
get { return codeJg; }
set { codeJg = value; }
}
///
/// 接箍规格描述
///
[Description("规格")]
[Nullable(true)]
[DataLength(100)]
public string SpecJgDesc
{
get { return specJgDesc; }
set { specJgDesc = value; }
}
///
/// 接箍备料码
///
[Description("备料码")]
[Nullable(true)]
[DataLength(20)]
public string CodeJgBl
{
get { return codeJgBl; }
set { codeJgBl = value; }
}
///
/// 钢级(牌号)代码
///
[Description("钢级(牌号)代码")]
[Nullable(true)]
[DataLength(10)]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级")]
[Nullable(true)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[Nullable(true)]
[DataLength(10)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种")]
[Nullable(true)]
[DataLength(100)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 接箍料物料编码
///
[Description("投入物料编码")]
[Nullable(true)]
[DataLength(40)]
public string BlWlId
{
get { return blWlId; }
set { blWlId = value; }
}
///
/// 接箍料物料描述
///
[Description("投入物料")]
[Nullable(true)]
[DataLength(40)]
public string BlWlDesc
{
get { return blWlDesc; }
set { blWlDesc = value; }
}
///
/// 接箍料外径(mm)
///
[Description("接箍料外径(mm)")]
[Nullable(true)]
[DataLength(6)]
public decimal? MinD
{
get { return minD; }
set { minD = value; }
}
///
/// 接箍料壁厚(mm)
///
[Description("接箍料壁厚(mm)")]
[Nullable(true)]
[DataLength(6)]
public decimal? MinH
{
get { return minH; }
set { minH = value; }
}
///
/// 接箍料目标长度
///
[Description("接箍料目标长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? AimlengthBl
{
get { return aimlengthBl; }
set { aimlengthBl = value; }
}
///
/// 目标切管长
///
[Description("目标切管长")]
[Nullable(true)]
[DataLength(10)]
public decimal? AimCutLen
{
get { return aimCutLen; }
set { aimCutLen = value; }
}
///
/// 接箍坯料长度min
///
[Description("接箍坯料长度min")]
[Nullable(true)]
[DataLength(10)]
public string LengthMin
{
get { return lengthMin; }
set { lengthMin = value; }
}
///
/// 接箍坯料长度max
///
[Description("接箍坯料长度max")]
[Nullable(true)]
[DataLength(10)]
public string LengthMax
{
get { return lengthMax; }
set { lengthMax = value; }
}
///
/// 接箍坯料锥度
///
[Description("接箍坯料锥度")]
[Nullable(true)]
[DataLength(10)]
public string Taper
{
get { return taper; }
set { taper = value; }
}
///
/// 扣型代码
///
[Description("扣型代码")]
[Nullable(true)]
[DataLength(20)]
public string ModelCode
{
get { return modelCode; }
set { modelCode = value; }
}
///
/// 接箍扣型描述
///
[Description("扣型")]
[Nullable(true)]
[DataLength(100)]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 压印喷标
///
[Description("压印喷标")]
[Nullable(true)]
[DataLength(400)]
public string DemandCopper
{
get { return demandCopper; }
set { demandCopper = value; }
}
///
/// 排产接箍个数
///
[Description("接箍个数")]
[Nullable(true)]
[DataLength(10)]
public decimal? GroupNumS
{
get { return groupNumS; }
set { groupNumS = value; }
}
///
/// 单支可切个数
///
[Description("单支可切个数")]
[Nullable(true)]
[DataLength(10)]
public decimal? SingleCutNun
{
get { return singleCutNun; }
set { singleCutNun = value; }
}
///
/// 排产备料支数
///
[Description("备料支")]
[Nullable(true)]
[DataLength(10)]
public decimal? GroupBlNumS
{
get { return groupBlNumS; }
set { groupBlNumS = value; }
}
///
/// 排产备料重量
///
[Description("备料吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? GroupBlWtS
{
get { return groupBlWtS; }
set { groupBlWtS = value; }
}
///
/// 是否确认
///
[Description("是否确认")]
[Nullable(true)]
[DataLength(1)]
public string IsPlanOk
{
get { return isPlanOk; }
set { isPlanOk = value; }
}
///
/// 接箍利库个数
///
[Description("接箍利库个数")]
[Nullable(true)]
[DataLength(10)]
public decimal? MatchnumJg
{
get { return matchnumJg; }
set { matchnumJg = value; }
}
///
/// 生产年月
///
[Description("生产年月")]
[Nullable(true)]
[DataLength(20)]
public string ProMonth
{
get { return proMonth; }
set { proMonth = value; }
}
///
/// 计划耗时(分)
///
[Description("计划耗时(h)")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanUsetime
{
get { return planUsetime; }
set { planUsetime = value; }
}
///
/// 计划开始时间
///
[Description("计划开始时间")]
[Nullable(true)]
public string PlanTimeB
{
get { return planTimeB; }
set { planTimeB = value; }
}
///
/// 计划结束时间
///
[Description("计划结束时间")]
[Nullable(true)]
public string PlanTimeE
{
get { return planTimeE; }
set { planTimeE = value; }
}
///
/// 接箍料利库重量
///
[Description("接箍料利库重量")]
[Nullable(true)]
[DataLength(10)]
public decimal? MatchwtBl
{
get { return matchwtBl; }
set { matchwtBl = value; }
}
///
/// 接箍料利库支数
///
[Description("接箍料利库支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? MatchnumBl
{
get { return matchnumBl; }
set { matchnumBl = value; }
}
///
/// 虚拟挂料吨
///
[Description("计划吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? BatchedWt
{
get { return batchedWt; }
set { batchedWt = value; }
}
///
/// 虚拟挂料支
///
[Description("计划支")]
[Nullable(true)]
[DataLength(10)]
public decimal? BatchedNum
{
get { return batchedNum; }
set { batchedNum = value; }
}
///
/// 炉计划已排接箍个数
///
[Description("计划个数")]
[Nullable(true)]
[DataLength(10)]
public decimal? BatchedNumOut
{
get { return batchedNumOut; }
set { batchedNumOut = value; }
}
///
/// 实际挂料吨
///
[Description("装炉吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? RealBatchedWt
{
get { return realBatchedWt; }
set { realBatchedWt = value; }
}
///
/// 实际挂料支
///
[Description("装炉支")]
[Nullable(true)]
[DataLength(10)]
public decimal? RealBatchedNum
{
get { return realBatchedNum; }
set { realBatchedNum = value; }
}
///
/// 完成个数(生产+利库)
///
[Description("完成个数")]
[Nullable(true)]
[DataLength(10)]
public decimal? ProducedNum
{
get { return producedNum; }
set { producedNum = value; }
}
///
/// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
///
[Description("执行状态")]
[Nullable(true)]
[DataLength(10)]
public string ExeStatus
{
get { return exeStatus; }
set { exeStatus = value; }
}
///
/// 是否检修计划
///
[Description("是否检修")]
[Nullable(true)]
[DataLength(1)]
public string IsRepairPln
{
get { return isRepairPln; }
set { isRepairPln = value; }
}
///
/// 检修类型
///
[Description("检修类型")]
[Nullable(true)]
[DataLength(40)]
public string RepairType
{
get { return repairType; }
set { repairType = value; }
}
///
/// 确认时间
///
[Description("确认时间")]
[Nullable(true)]
public string IssuedTime
{
get { return issuedTime; }
set { issuedTime = value; }
}
///
/// 确认人
///
[Description("确认人")]
[Nullable(true)]
[DataLength(20)]
public string IssuedMan
{
get { return issuedMan; }
set { issuedMan = value; }
}
///
/// 最近取消确认时间
///
[Description("取消确认时间")]
[Nullable(true)]
public string LastUndownTime
{
get { return lastUndownTime; }
set { lastUndownTime = value; }
}
///
/// 最近取消确认人
///
[Description("取消确认人")]
[Nullable(true)]
[DataLength(20)]
public string LastUndownMan
{
get { return lastUndownMan; }
set { lastUndownMan = value; }
}
///
/// 加工成本
///
[Description("加工成本")]
[Nullable(true)]
[DataLength(10)]
public decimal? ProcessingCost
{
get { return processingCost; }
set { processingCost = value; }
}
///
/// 完全成本
///
[Description("完全成本")]
[Nullable(true)]
[DataLength(10)]
public decimal? TotalCost
{
get { return totalCost; }
set { totalCost = value; }
}
///
/// 是否接箍监制
///
[Description("是否监制")]
[Nullable(true)]
[DataLength(1)]
public string IfMonitorJg
{
get { return ifMonitorJg; }
set { ifMonitorJg = value; }
}
///
/// 监制编号
///
[Description("监制编号")]
[Nullable(true)]
[DataLength(40)]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 炉计划是否下发
///
[Description("是否下发")]
[Nullable(true)]
[DataLength(1)]
public string IsStoveIssued
{
get { return isStoveIssued; }
set { isStoveIssued = value; }
}
///
/// 炉计划下发时间
///
[Description("下发时间")]
[Nullable(true)]
public string StoveIssuedTime
{
get { return stoveIssuedTime; }
set { stoveIssuedTime = value; }
}
///
/// 炉计划下发人
///
[Description("下发人")]
[Nullable(true)]
[DataLength(20)]
public string StoveIssuedMan
{
get { return stoveIssuedMan; }
set { stoveIssuedMan = value; }
}
///
/// 主交货编码PK
///
private string ordLnDlyPk = "";
///
/// 主排产流水号
///
private string plnDivideId = "";
///
/// 接箍规格代码
///
private string specJg = "";
///
/// 排产接箍重量
///
private decimal? groupWtS = null;
///
/// 接箍料需求号
///
private string reqBlId = "";
///
/// 主交货编码PK
///
[Description("主交货编码PK")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
///
/// 主排产流水号
///
[Description("排产流水号")]
[Nullable(true)]
[DataLength(10)]
public string PlnDivideId
{
get { return plnDivideId; }
set { plnDivideId = value; }
}
///
/// 接箍规格代码
///
[Description("接箍规格代码")]
[Nullable(true)]
[DataLength(10)]
public string SpecJg
{
get { return specJg; }
set { specJg = value; }
}
///
/// 排产接箍重量
///
[Description("接箍重量")]
[Nullable(true)]
[DataLength(10)]
public decimal? GroupWtS
{
get { return groupWtS; }
set { groupWtS = value; }
}
///
/// 接箍料需求号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(20)]
public string ReqBlId
{
get { return reqBlId; }
set { reqBlId = value; }
}
private string outwlId = "";
[Description("产出物料编码")]
public string OutwlId
{
get { return outwlId; }
set { outwlId = value; }
}
private string outwlDesc = "";
[Description("产出物料")]
public string OutwlDesc
{
get { return outwlDesc; }
set { outwlDesc = value; }
}
///
/// 本工序监制点
///
private string monitorPoint = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 工艺序号
///
private decimal? craftSeq = null;
///
/// 本工序点路径
///
private string stationRoad = "";
///
/// 合同下发版次(年月日+3位流水)
///
private string versionNo = "";
///
/// 本工序监制点
///
[Description("本工序监制点")]
[Nullable(true)]
[DataLength(200)]
public string MonitorPoint
{
get { return monitorPoint; }
set { monitorPoint = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(400)]
public string CraftFileNo
{
get { return craftFileNo; }
set { craftFileNo = value; }
}
///
/// 工艺文件责任人
///
[Description("工艺文件责任人")]
[Nullable(true)]
[DataLength(20)]
public string CraftFileMan
{
get { return craftFileMan; }
set { craftFileMan = value; }
}
///
/// 工艺序号
///
[Description("工艺序号")]
[Nullable(true)]
[DataLength(5)]
public decimal? CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 本工序点路径
///
[Description("本工序点路径")]
[Nullable(true)]
[DataLength(200)]
public string StationRoad
{
get { return stationRoad; }
set { stationRoad = value; }
}
///
/// 合同下发版次(年月日+3位流水)
///
[Description("合同下发版次")]
[Nullable(true)]
[DataLength(20)]
public string VersionNo
{
get { return versionNo; }
set { versionNo = value; }
}
private string craftPath;
[Description("工艺存储路径")]
public string CraftPath
{
get { return craftPath; }
set { craftPath = value; }
}
private string styleJg = "";
[Description("中孔类别")]
public string StyleJg
{
get { return styleJg; }
set { styleJg = value; }
}
private string produccodeJgDesc = "";
[Description("品种")]
public string ProduccodeJgDesc
{
get { return produccodeJgDesc; }
set { produccodeJgDesc = value; }
}
private string stdName = "";
[Description("标准名称")]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
private string stdStyleDesc = "";
[Description("标准类别")]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
private string codeBlAll = "";
[Description("可选备料码")]
public string CodeBlAll
{
get { return codeBlAll; }
set { codeBlAll = value; }
}
private decimal? stockNumLiku;
[Description("库存可利库支")]
public decimal? StockNumLiku
{
get { return stockNumLiku; }
set { stockNumLiku = value; }
}
private decimal? reallWt = null;
[Description("可排产量")]
public decimal? ReallWt
{
get { return reallWt; }
set { reallWt = value; }
}
private string workBill = "";
[Description("可做工单个")]
public string WorkBill
{
get { return workBill; }
set { workBill = value; }
}
///
/// 补量需坯支
///
private decimal? amountNum = null;
[Description("补量支")]
[Nullable(true)]
[DataLength(20)]
public decimal? AmountNum
{
get { return amountNum; }
set { amountNum = value; }
}
///
/// 补量需坯吨
///
private decimal? amountWet = null;
[Description("补量吨")]
[Nullable(true)]
[DataLength(20)]
public decimal? AmountWet
{
get { return amountWet; }
set { amountWet = value; }
}
private string orderSource = "";
[Description("合同来源")]
public string OrderSource
{
get { return orderSource; }
set { orderSource = value; }
}
}
}