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.PopupWindow
{
///
/// 数据库表COUPLING_MAT_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20180117CCCC 时间:2018-09-19
///
public class CouplingMatMEntity
{
///
/// 材料号(作业工单号+实绩编号+3位流水)
///
private string matNo = "";
///
/// 实绩编号
///
private string resultNo = "";
///
/// 工单号(炉次计划号+01流水)
///
private string woId = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号(炉批号)
///
private string batchNo = "";
///
/// 接箍料外径(mm)
///
private decimal? minD = null;
///
/// 接箍料壁厚(mm)
///
private decimal? minH = null;
///
/// 接箍码
///
private string codeJg = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 接箍外径
///
private decimal? outdiameter = null;
///
/// 接箍壁厚
///
private decimal? wallthick = null;
///
/// 接箍规格描述
///
private string specJgDesc = "";
///
/// 中孔类别(I、II、III、IV...)
///
private string styleJg = "";
///
/// 中孔内径
///
private decimal? diameter = null;
///
/// 测量J值
///
private decimal? checkJVal = null;
///
/// 接箍长度
///
private decimal? aimlength = null;
///
/// 单重
///
private decimal? singleweight = null;
///
/// 个数(原始记录)
///
private decimal? proNum = null;
///
/// 总重量(原始记录)
///
private decimal? proWt = null;
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 首次入库时间
///
private string finTime = "";
///
/// 接箍料物料
///
private string blWlDesc = "";
///
/// 备注
///
private string memo = "";
///
/// 磷化镀铜要求(4项之一,408402)
///
private string demandBonderizing = "";
///
/// 涂层类型(0.无、1镀铜、2磷化、3镀铜及磷化)
///
///
/// 备料码
///
private string codeJgBl = "";
///
/// 接箍合同号
///
private string jgOrderno = "";
///
/// 合同用户
///
private string finalUserDesc = "";
///
/// 来源地名称
///
private string soureName = "";
///
/// 材料号(作业工单号+实绩编号+3位流水)
///
[Description("材料号")]
[Nullable(false)]
[DataLength(40)]
public string MatNo
{
get { return matNo; }
set { matNo = value; }
}
///
/// 实绩编号
///
[Description("实绩编号")]
[Nullable(true)]
[DataLength(20)]
public string ResultNo
{
get { return resultNo; }
set { resultNo = value; }
}
///
/// 工单号(炉次计划号+01流水)
///
[Description("工单号")]
[Nullable(true)]
[DataLength(20)]
public string WoId
{
get { return woId; }
set { woId = value; }
}
///
/// 产线描述
///
[Description("产线描述")]
[Nullable(true)]
[DataLength(40)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(true)]
[DataLength(6)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号(炉批号)
///
[Description("批号")]
[Nullable(true)]
[DataLength(10)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = 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(7)]
public string CodeJg
{
get { return codeJg; }
set { codeJg = value; }
}
///
/// 钢种名称
///
[Description("钢种名称")]
[Nullable(true)]
[DataLength(100)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级")]
[Nullable(true)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 扣型描述
///
[Description("扣型")]
[Nullable(true)]
[DataLength(100)]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 接箍外径
///
[Description("接箍外径")]
[Nullable(true)]
[DataLength(10)]
public decimal? Outdiameter
{
get { return outdiameter; }
set { outdiameter = value; }
}
///
/// 接箍壁厚
///
[Description("接箍壁厚")]
[Nullable(true)]
[DataLength(10)]
public decimal? Wallthick
{
get { return wallthick; }
set { wallthick = value; }
}
///
/// 接箍规格描述
///
[Description("接箍规格")]
[Nullable(true)]
[DataLength(100)]
public string SpecJgDesc
{
get { return specJgDesc; }
set { specJgDesc = value; }
}
///
/// 中孔类别(I、II、III、IV...)
///
[Description("中孔类别")]
[Nullable(true)]
[DataLength(8)]
public string StyleJg
{
get { return styleJg; }
set { styleJg = value; }
}
///
/// 中孔内径
///
[Description("中孔内径")]
[Nullable(true)]
[DataLength(6)]
public decimal? Diameter
{
get { return diameter; }
set { diameter = value; }
}
///
/// 测量J值
///
[Description("测量J值")]
[Nullable(true)]
[DataLength(6)]
public decimal? CheckJVal
{
get { return checkJVal; }
set { checkJVal = value; }
}
///
/// 接箍长度
///
[Description("接箍长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? Aimlength
{
get { return aimlength; }
set { aimlength = value; }
}
///
/// 单重
///
[Description("单重")]
[Nullable(true)]
[DataLength(10)]
public decimal? Singleweight
{
get { return singleweight; }
set { singleweight = value; }
}
///
/// 个数(原始记录)
///
[Description("个数")]
[Nullable(true)]
[DataLength(6)]
public decimal? ProNum
{
get { return proNum; }
set { proNum = value; }
}
///
/// 总重量(原始记录)
///
[Description("总重量")]
[Nullable(true)]
[DataLength(8)]
public decimal? ProWt
{
get { return proWt; }
set { proWt = value; }
}
///
/// 创建人
///
[Description("创建人")]
[Nullable(true)]
[DataLength(20)]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 首次入库时间
///
[Description("首次入库时间")]
[Nullable(true)]
public string FinTime
{
get { return finTime; }
set { finTime = value; }
}
///
/// 接箍料物料
///
[Description("接箍料物料")]
[Nullable(true)]
[DataLength(100)]
public string BlWlDesc
{
get { return blWlDesc; }
set { blWlDesc = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(1000)]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 磷化镀铜要求(4项之一,408402)
///
[Description("磷化镀铜要求")]
[Nullable(true)]
[DataLength(40)]
public string DemandBonderizing
{
get { return demandBonderizing; }
set { demandBonderizing = value; }
}
private string coatType = "";
///
/// 涂层类型(0.无、1镀铜、2磷化、3镀铜及磷化)
///
[Description("涂层类型")]
[Nullable(true)]
[DataLength(1)]
public string CoatType
{
get { return coatType; }
set { coatType = value; }
}
///
/// 备料码
///
[Description("备料码")]
[Nullable(true)]
[DataLength(20)]
public string CodeJgBl
{
get { return codeJgBl; }
set { codeJgBl = value; }
}
///
/// 接箍合同号
///
[Description("接箍合同号")]
[Nullable(true)]
[DataLength(40)]
public string JgOrderno
{
get { return jgOrderno; }
set { jgOrderno = value; }
}
///
/// 合同用户
///
[Description("合同用户")]
[Nullable(true)]
[DataLength(100)]
public string FinalUserDesc
{
get { return finalUserDesc; }
set { finalUserDesc = value; }
}
///
/// 来源地名称
///
[Description("来源")]
[Nullable(true)]
[DataLength(40)]
public string SoureName
{
get { return soureName; }
set { soureName = value; }
}
private string judgeStdName = "";
[Description("技术标准")]
public string JudgeStdName
{
get { return judgeStdName; }
set { judgeStdName = value; }
}
}
}