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_C所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20180117CCCC 时间:2018-10-19
///
public class PlnGxJgPropCEntity
{
///
/// 接箍工序订单编号+2位流水
///
private string key = "";
///
/// 接箍工序订单编号
///
private string proPlanId = "";
///
/// 接箍产线代码
///
private string plineCode = "";
///
/// 接箍产线描述
///
private string plineName = "";
///
/// 接箍码
///
private string codeJg = "";
///
/// 探伤要求(408401)
///
private string demandDetection = "";
///
/// 磷化镀铜要求(408402)
///
private string demandBonderizing = "";
///
/// 压印喷标
///
private string demandCopper = "";
///
/// 喷砂要求
///
private string demandBlast = "";
///
/// 排产接箍个数
///
private decimal? groupNumS = null;
///
/// 单支可切个数
///
private decimal? singleCutNun = null;
///
/// 是否接箍监制
///
private string ifMonitorJg = "";
///
/// 排产接箍重量
///
private decimal? groupWtS = null;
///
/// 创建时间
///
private string createTime = "";
///
/// 排产支数
///
private decimal? planNum = null;
///
/// 排产重量
///
private decimal? planWt = null;
///
/// 二级工艺文件号
///
private string craftNoJg2 = "";
///
/// 二级工艺序号
///
private decimal? craftSeq2 = null;
///
/// 工艺文件路径
///
private string craftPath = "";
///
/// 工艺确认(0未确认,1已确认)
///
private string isStoveIssued = "";
///
/// 接箍工序订单编号+2位流水
///
[Description("订单编号(7+4)")]
[Nullable(false)]
[DataLength(20)]
public string Key
{
get { return key; }
set { key = value; }
}
///
/// 接箍工序订单编号
///
[Description("订单编号(7+1)")]
[Nullable(false)]
[DataLength(20)]
public string ProPlanId
{
get { return proPlanId; }
set { proPlanId = 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(7)]
public string CodeJg
{
get { return codeJg; }
set { codeJg = value; }
}
///
/// 探伤要求(408401)
///
[Description("是否探伤")]
[Nullable(true)]
[DataLength(200)]
public string DemandDetection
{
get { return demandDetection; }
set { demandDetection = value; }
}
///
/// 磷化镀铜要求(408402)
///
[Description("是否磷化镀铜")]
[Nullable(true)]
[DataLength(200)]
public string DemandBonderizing
{
get { return demandBonderizing; }
set { demandBonderizing = value; }
}
///
/// 压印喷标
///
[Description("是否压印喷标")]
[Nullable(true)]
[DataLength(400)]
public string DemandCopper
{
get { return demandCopper; }
set { demandCopper = value; }
}
///
/// 喷砂要求
///
[Description("是否喷砂")]
[Nullable(true)]
[DataLength(200)]
public string DemandBlast
{
get { return demandBlast; }
set { demandBlast = 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(1)]
public string IfMonitorJg
{
get { return ifMonitorJg; }
set { ifMonitorJg = value; }
}
///
/// 排产接箍重量
///
[Description("排产接箍吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? GroupWtS
{
get { return groupWtS; }
set { groupWtS = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 排产支数
///
[Description("排产支")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanNum
{
get { return planNum; }
set { planNum = value; }
}
///
/// 排产重量
///
[Description("排产吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanWt
{
get { return planWt; }
set { planWt = value; }
}
///
/// 二级工艺文件号
///
[Description("二级工艺文件号")]
[Nullable(true)]
[DataLength(150)]
public string CraftNoJg2
{
get { return craftNoJg2; }
set { craftNoJg2 = value; }
}
///
/// 二级工艺序号
///
[Description("二级工艺序号")]
[Nullable(true)]
[DataLength(2)]
public decimal? CraftSeq2
{
get { return craftSeq2; }
set { craftSeq2 = value; }
}
///
/// 工艺文件路径
///
[Description("工艺文件路径")]
[Nullable(true)]
[DataLength(200)]
public string CraftPath
{
get { return craftPath; }
set { craftPath = value; }
}
///
/// 工艺确认(0未确认,1已确认)
///
[Description("工艺确认")]
[Nullable(true)]
[DataLength(1)]
public string IsStoveIssued
{
get { return isStoveIssued; }
set { isStoveIssued = value; }
}
}
}