using System.ComponentModel;
using Core.Mes.Client.Comm.Attribute;
namespace Core.StlMes.Client.Mcp.Control.Entity
{
///
/// 数据库表MCH_FINAL_CHECK_TREATMENT所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:朱少波 时间:2019-03-06
///
public class MchFinalCheckTreatmentEntity
{
///
/// 验证人
///
private string approvalName = "";
///
/// 审批备注
///
private string approvalNote = "";
///
/// 状态: 0-初始 1-已反馈 2-已验证
///
private string approvalStatus = "";
///
/// 验证时间
///
private string approvalTime = "";
///
/// 批号
///
private string batchNo = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 处置反馈部门ID
///
private string departid = "";
///
/// 处置反馈部门代码
///
private string departname = "";
///
/// 废品支
///
private decimal? failNum;
///
/// 废品吨
///
private decimal? failWt;
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 炉计划ID
///
private string heatPlanNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 检查员班组
///
private string proGroup = "";
///
/// 检查员班次
///
private string proShift = "";
///
/// 检查时间
///
private string proTime = "";
///
/// 检查员
///
private string proUser = "";
///
/// 验证人
///
private string replyName = "";
///
/// 验证时间
///
private string replyTime = "";
///
/// 责任单位代码
///
private string responsibleCode = "";
///
/// 责任单位
///
private string responsibleName = "";
///
/// 实绩编号
///
private string resultNo = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 处置代码
///
private string treatmentCode = "";
///
/// 处置方式
///
private string treatmentName = "";
///
/// 处置代码
///
private string treatmentNo = "";
///
/// 处置反馈
///
private string treatmentReply = "";
///
/// 不合支数
///
private decimal? unqualifiedNum;
///
/// 不合重量
///
private decimal? unqualifiedWt;
///
/// 处置代码
///
[Description("处置单号")]
[Nullable(false)]
[DataLength(40)]
public string TreatmentNo
{
get { return treatmentNo; }
set { treatmentNo = value; }
}
///
/// 实绩编号
///
[Description("实绩编号")]
[Nullable(true)]
[DataLength(24)]
public string ResultNo
{
get { return resultNo; }
set { resultNo = value; }
}
///
/// 检查员
///
[Description("检查员")]
[Nullable(true)]
[DataLength(20)]
public string ProUser
{
get { return proUser; }
set { proUser = value; }
}
///
/// 检查时间
///
[Description("检查时间")]
[Nullable(true)]
public string ProTime
{
get { return proTime; }
set { proTime = value; }
}
///
/// 检查员班次
///
[Description("检查员班次")]
[Nullable(true)]
[DataLength(1)]
public string ProShift
{
get { return proShift; }
set { proShift = value; }
}
///
/// 检查员班组
///
[Description("检查员班组")]
[Nullable(true)]
[DataLength(1)]
public string ProGroup
{
get { return proGroup; }
set { proGroup = value; }
}
///
/// 状态: 0-初始 1-已反馈 2-已验证
///
[Description("状态")]
[Nullable(true)]
[DataLength(1)]
public string ApprovalStatus
{
get { return approvalStatus; }
set { approvalStatus = value; }
}
///
/// 责任单位代码
///
[Description("责任单位代码")]
[Nullable(true)]
[DataLength(40)]
public string ResponsibleCode
{
get { return responsibleCode; }
set { responsibleCode = value; }
}
///
/// 责任单位
///
[Description("责任单位")]
[Nullable(true)]
[DataLength(40)]
public string ResponsibleName
{
get { return responsibleName; }
set { responsibleName = value; }
}
///
/// 不合支数
///
[Description("不合支数")]
[Nullable(true)]
[DataLength(6)]
public decimal? UnqualifiedNum
{
get { return unqualifiedNum; }
set { unqualifiedNum = value; }
}
///
/// 不合重量
///
[Description("不合重量")]
[Nullable(true)]
[DataLength(8)]
public decimal? UnqualifiedWt
{
get { return unqualifiedWt; }
set { unqualifiedWt = value; }
}
///
/// 处置反馈
///
[Description("处置反馈")]
[Nullable(true)]
[DataLength(4000)]
public string TreatmentReply
{
get { return treatmentReply; }
set { treatmentReply = value; }
}
///
/// 审批备注
///
[Description("反馈确认")]
[Nullable(true)]
[DataLength(4000)]
public string ApprovalNote
{
get { return approvalNote; }
set { approvalNote = value; }
}
///
/// 处置方式
///
[Description("处置方式")]
[Nullable(true)]
[DataLength(40)]
public string TreatmentName
{
get { return treatmentName; }
set { treatmentName = value; }
}
///
/// 处置代码
///
[Description("处置代码")]
[Nullable(true)]
[DataLength(40)]
public string TreatmentCode
{
get { return treatmentCode; }
set { treatmentCode = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = 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; }
}
///
/// 处置反馈部门ID
///
[Description("处置反馈部门ID")]
[Nullable(true)]
[DataLength(30)]
public string Departid
{
get { return departid; }
set { departid = value; }
}
///
/// 处置反馈部门代码
///
[Description("反馈部门")]
[Nullable(true)]
[DataLength(50)]
public string Departname
{
get { return departname; }
set { departname = value; }
}
///
/// 验证人
///
[Description("反馈人")]
[Nullable(true)]
[DataLength(40)]
public string ReplyName
{
get { return replyName; }
set { replyName = value; }
}
///
/// 验证时间
///
[Description("反馈时间")]
[Nullable(true)]
public string ReplyTime
{
get { return replyTime; }
set { replyTime = value; }
}
///
/// 品名代码
///
[Description("品名代码")]
[Nullable(true)]
[DataLength(20)]
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
///
/// 品名描述
///
[Description("品名描述")]
[Nullable(true)]
[DataLength(100)]
public string Producname
{
get { return producname; }
set { producname = 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(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(20)]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(true)]
[DataLength(256)]
public string StdName
{
get { return stdName; }
set { stdName = 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(20)]
public string SpecCode
{
get { return specCode; }
set { specCode = value; }
}
///
/// 产品规格描述
///
[Description("产品规格")]
[Nullable(true)]
[DataLength(100)]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 验证人
///
[Description("验证人")]
[Nullable(true)]
[DataLength(40)]
public string ApprovalName
{
get { return approvalName; }
set { approvalName = value; }
}
///
/// 验证时间
///
[Description("验证时间")]
[Nullable(true)]
public string ApprovalTime
{
get { return approvalTime; }
set { approvalTime = value; }
}
///
/// 炉计划ID
///
[Description("炉计划ID")]
[Nullable(true)]
[DataLength(20)]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(true)]
[DataLength(6)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号
///
[Description("批号")]
[Nullable(true)]
[DataLength(8)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 合同号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(20)]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 废品支
///
[Description("废品支")]
[Nullable(true)]
[DataLength(6)]
public decimal? FailNum
{
get { return failNum; }
set { failNum = value; }
}
///
/// 废品吨
///
[Description("废品吨")]
[Nullable(true)]
[DataLength(8)]
public decimal? FailWt
{
get { return failWt; }
set { failWt = value; }
}
[Description("反馈人班次")]
public string ReplyShift { get; set; }
[Description("反馈人班组")]
public string ReplyGroup { get; set; }
}
}