using System.ComponentModel;
using Core.Mes.Client.Comm.Attribute;
namespace Core.StlMes.Client.Mcp.Treatment.Entity
{
///
/// 数据库表HTT_ENTRUST所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:朱少波 时间:2019-01-14
///
public class HttEntrustEntity
{
///
/// 委外单号
///
private string subcontractNo = "";
///
/// 委外单号序号
///
private string subcontractNoSeq = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 炉计划ID
///
private string heatPlanNo = "";
///
/// 生产批号
///
private string lotNo = "";
///
/// 标示炉号
///
private string flagStoveNo = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 上料炉号
///
private string loadJudgeStoveNo = "";
///
/// 批号
///
private string batchNo = "";
///
/// 单编号
///
private string proPlanId = "";
///
/// 订单排产序号
///
private string gxPlanNo = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// 委托单状态(00:初始值、10:审核通过、20审核不通过、30委外回报完毕)
///
private string subcontractLog = "";
///
/// 委外产线代码
///
private string subcontractPlineCode = "";
///
/// 委外产线描述
///
private string subcontractPlineName = "";
///
/// 委外说明(委托单位)
///
private string subcontractNote = "";
///
/// 审批说明
///
private string spNote = "";
///
/// 离线表主键
///
private string resultNo = "";
///
/// 委托人
///
private string subcontractUser = "";
///
/// 委托班次
///
private string subcontractShift = "";
///
/// 委托班组
///
private string subcontractGroup = "";
///
/// 委托时间
///
private string subcontractTime = "";
///
/// 审批人
///
private string spUser = "";
///
/// 审作时间
///
private string spTime = "";
///
/// 回报人
///
private string respondUser = "";
///
/// 回报时间
///
private string respondTime = "";
///
/// 委外项 0-热处理性能 1-探伤 2-分切 3-表面处理 4-水压
///
private string subcontractType = "";
///
/// 热处理后的新批号
///
private string newBatchNo = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 外径
///
private decimal? actDimater = null;
///
/// 壁厚
///
private decimal? actHeight = null;
///
/// 委外支数
///
private decimal? subcontractNum = null;
///
/// 委外重量
///
private decimal? subcontractWt = null;
///
/// 委外回报合格支数
///
private decimal? hbCompleteNum = null;
///
/// 委外回报合格重量
///
private decimal? hbCompleteWt = null;
///
/// 委外回报废品支数
///
private decimal? hbFpNum = null;
///
/// 委外回报废品重量
///
private decimal? hbFpWt = null;
///
/// 分切数
///
private decimal? cutNum = null;
///
/// 工序代码
///
private string processCode = "";
///
/// 委托说明
///
private string applyNote = "";
///
/// 生产标准
///
private string prodStandard = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 成分标准索引号集合(内控)
///
private string cic = "";
///
/// 材质标准索引号集合(内控)
///
private string pic = "";
///
/// 公差标准索引号集合(内控)
///
private string sic = "";
///
/// 探伤索引号集合(内控)
///
private string dic = "";
///
/// 水压索引码集合(内控)
///
private string wic = "";
///
/// 加工标准索引号集合(,)(内控)
///
private string gic = "";
///
/// DESGIN_KEY
///
private string desginKey = "";
///
/// 报告地址
///
private string reportPath = "";
private string isDown = "";
[Description("选择")]
public bool Chk { get; set; }
///
/// 委外单号
///
[Description("委外单号")]
[Nullable(false)]
[DataLength(20)]
public string SubcontractNo
{
get { return subcontractNo; }
set { subcontractNo = value; }
}
///
/// 委外单号序号
///
[Description("委外单号序号")]
[Nullable(false)]
[DataLength(20)]
public string SubcontractNoSeq
{
get { return subcontractNoSeq; }
set { subcontractNoSeq = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 产线描述
///
[Description("申请产线")]
[Nullable(true)]
[DataLength(40)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 炉计划ID
///
[Description("炉计划ID")]
[Nullable(true)]
[DataLength(20)]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[Nullable(true)]
[DataLength(20)]
public string LotNo
{
get { return lotNo; }
set { lotNo = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 标示炉号
///
[Description("标示炉号")]
[Nullable(true)]
[DataLength(20)]
public string FlagStoveNo
{
get { return flagStoveNo; }
set { flagStoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(false)]
[DataLength(20)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 上料炉号
///
[Description("上料炉号")]
[Nullable(false)]
[DataLength(20)]
public string LoadJudgeStoveNo
{
get { return loadJudgeStoveNo; }
set { loadJudgeStoveNo = value; }
}
///
/// 批号
///
[Description("批号")]
[Nullable(true)]
[DataLength(10)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = 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 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("标准类别描述(PSL1....)")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
///
/// 委托单状态(00:初始值、10:审核通过、20审核不通过、30委外回报完毕)
///
[Description("委托单状态")]
[Nullable(true)]
[DataLength(2)]
public string SubcontractLog
{
get { return subcontractLog; }
set { subcontractLog = value; }
}
///
/// 委外产线代码
///
[Description("委托产线")]
[Nullable(true)]
[DataLength(20)]
public string SubcontractPlineCode
{
get { return subcontractPlineCode; }
set { subcontractPlineCode = value; }
}
///
/// 委外产线描述
///
[Description("委托产线")]
[Nullable(true)]
[DataLength(40)]
public string SubcontractPlineName
{
get { return subcontractPlineName; }
set { subcontractPlineName = value; }
}
///
/// 委外说明(委托单位)
///
[Description("委外单备注")]
[Nullable(true)]
[DataLength(100)]
public string SubcontractNote
{
get { return subcontractNote; }
set { subcontractNote = value; }
}
///
/// 审批说明
///
[Description("审批说明")]
[Nullable(true)]
[DataLength(100)]
public string SpNote
{
get { return spNote; }
set { spNote = value; }
}
///
/// 离线表主键
///
[Description("离线表主键")]
[Nullable(true)]
[DataLength(25)]
public string ResultNo
{
get { return resultNo; }
set { resultNo = value; }
}
///
/// 委托人
///
[Description("委托人")]
[Nullable(true)]
[DataLength(20)]
public string SubcontractUser
{
get { return subcontractUser; }
set { subcontractUser = value; }
}
///
/// 委托班次
///
[Description("委托班次")]
[Nullable(true)]
[DataLength(1)]
public string SubcontractShift
{
get { return subcontractShift; }
set { subcontractShift = value; }
}
///
/// 委托班组
///
[Description("委托班组")]
[Nullable(true)]
[DataLength(1)]
public string SubcontractGroup
{
get { return subcontractGroup; }
set { subcontractGroup = value; }
}
///
/// 委托时间
///
[Description("委托时间")]
[Nullable(true)]
public string SubcontractTime
{
get { return subcontractTime; }
set { subcontractTime = value; }
}
///
/// 审批人
///
[Description("审批人")]
[Nullable(true)]
[DataLength(20)]
public string SpUser
{
get { return spUser; }
set { spUser = value; }
}
///
/// 审作时间
///
[Description("完工时间")]
[Nullable(true)]
public string SpTime
{
get { return spTime; }
set { spTime = value; }
}
private string startTime = "";
///
/// 审作时间
///
[Description("审核时间")]
[Nullable(true)]
public string StartTime
{
get { return startTime; }
set { startTime = value; }
}
///
/// 回报人
///
[Description("回报人")]
[Nullable(true)]
[DataLength(20)]
public string RespondUser
{
get { return respondUser; }
set { respondUser = value; }
}
///
/// 回报时间
///
[Description("回报时间")]
[Nullable(true)]
public string RespondTime
{
get { return respondTime; }
set { respondTime = value; }
}
///
/// 委外项 0-热处理性能 1-探伤 2-分切 3-表面处理 4-水压
///
[Description("委外项目")]
[Nullable(true)]
[DataLength(2)]
public string SubcontractType
{
get { return subcontractType; }
set { subcontractType = value; }
}
///
/// 热处理后的新批号
///
[Description("新批号")]
[Nullable(true)]
[DataLength(10)]
public string NewBatchNo
{
get { return newBatchNo; }
set { newBatchNo = value; }
}
///
/// 合同号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(20)]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 外径
///
[Description("外径")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActDimater
{
get { return actDimater; }
set { actDimater = value; }
}
///
/// 壁厚
///
[Description("壁厚")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActHeight
{
get { return actHeight; }
set { actHeight = value; }
}
///
/// 委外支数
///
[Description("委外支数")]
[Nullable(true)]
[DataLength(6)]
public decimal? SubcontractNum
{
get { return subcontractNum; }
set { subcontractNum = value; }
}
///
/// 委外重量
///
[Description("委外重量")]
[Nullable(true)]
[DataLength(8)]
public decimal? SubcontractWt
{
get { return subcontractWt; }
set { subcontractWt = value; }
}
///
/// 委外回报合格支数
///
[Description("委外回报合格支数")]
[Nullable(true)]
[DataLength(6)]
public decimal? HbCompleteNum
{
get { return hbCompleteNum; }
set { hbCompleteNum = value; }
}
///
/// 委外回报合格重量
///
[Description("委外回报合格重量")]
[Nullable(true)]
[DataLength(8)]
public decimal? HbCompleteWt
{
get { return hbCompleteWt; }
set { hbCompleteWt = value; }
}
///
/// 委外回报废品支数
///
[Description("委外回报废品支数")]
[Nullable(true)]
[DataLength(6)]
public decimal? HbFpNum
{
get { return hbFpNum; }
set { hbFpNum = value; }
}
///
/// 委外回报废品重量
///
[Description("委外回报废品重量")]
[Nullable(true)]
[DataLength(8)]
public decimal? HbFpWt
{
get { return hbFpWt; }
set { hbFpWt = value; }
}
///
/// 分切数
///
[Description("分切数")]
[Nullable(true)]
[DataLength(6)]
public decimal? CutNum
{
get { return cutNum; }
set { cutNum = value; }
}
///
/// 工序代码
///
[Description("工序代码")]
[Nullable(true)]
[DataLength(1)]
public string ProcessCode
{
get { return processCode; }
set { processCode = value; }
}
///
/// 委托说明
///
[Description("委托说明")]
[Nullable(true)]
[DataLength(100)]
public string ApplyNote
{
get { return applyNote; }
set { applyNote = value; }
}
///
/// 生产标准
///
[Description("生产标准")]
[Nullable(true)]
[DataLength(500)]
public string ProdStandard
{
get { return prodStandard; }
set { prodStandard = 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(2000)]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 材质标准索引号集合(内控)
///
[Description("材质标准索引号集合(内控)")]
[Nullable(true)]
[DataLength(400)]
public string Pic
{
get { return pic; }
set { pic = value; }
}
///
/// 公差标准索引号集合(内控)
///
[Description("公差标准索引号集合(内控)")]
[Nullable(true)]
[DataLength(400)]
public string Sic
{
get { return sic; }
set { sic = value; }
}
///
/// 探伤索引号集合(内控)
///
[Description("探伤索引号集合(内控)")]
[Nullable(true)]
[DataLength(400)]
public string Dic
{
get { return dic; }
set { dic = value; }
}
///
/// 水压索引码集合(内控)
///
[Description("水压索引码集合(内控)")]
[Nullable(true)]
[DataLength(400)]
public string Wic
{
get { return wic; }
set { wic = value; }
}
///
/// 加工标准索引号集合(,)(内控)
///
[Description("加工标准索引号集合(,)(内控)")]
[Nullable(true)]
[DataLength(400)]
public string Gic
{
get { return gic; }
set { gic = value; }
}
///
/// DESGIN_KEY
///
[Description("DESGIN_KEY")]
[Nullable(true)]
[DataLength(40)]
public string DesginKey
{
get { return desginKey; }
set { desginKey = value; }
}
///
/// 制程号(内控用)
///
private string mscPline = "";
///
/// 制程号(内控用)
///
[Description("制程号(内控用)")]
[Nullable(true)]
[DataLength(10)]
public string MscPline
{
get { return mscPline; }
set { mscPline = value; }
}
///
/// 检验编号
///
private string checkNo = "";
///
/// 委外支数(分切后)
///
private decimal? subcontractNumCut = null;
///
/// 委外项描述
///
private string subcontractTypeName = "";
///
/// 检验编号
///
[Description("检验编号")]
[Nullable(true)]
[DataLength(50)]
public string CheckNo
{
get { return checkNo; }
set { checkNo = value; }
}
///
/// 委外支数(分切后)
///
[Description("委外支数(分切后)")]
[Nullable(true)]
[DataLength(6)]
public decimal? SubcontractNumCut
{
get { return subcontractNumCut; }
set { subcontractNumCut = value; }
}
///
/// 委外项描述
///
[Description("委外项描述")]
[Nullable(true)]
[DataLength(2)]
public string SubcontractTypeName
{
get { return subcontractTypeName; }
set { subcontractTypeName = value; }
}
///
/// 0-委外 1-委内
///
private string subcontractTarget = "";
///
/// 0-委外 1-委内
///
[Description("委托类型")]
[Nullable(true)]
[DataLength(2)]
public string SubcontractTarget
{
get { return subcontractTarget; }
set { subcontractTarget = value; }
}
///
/// 委托作业方
///
private string subcontractOperator = "";
///
/// 仓库代码
///
private string storageTypeNo = "";
///
/// 仓库
///
private string storageTypeName = "";
///
/// 委托作业方
///
[Description("委托作业方")]
[Nullable(true)]
[DataLength(2)]
public string SubcontractOperator
{
get { return subcontractOperator; }
set { subcontractOperator = value; }
}
///
/// 仓库代码
///
[Description("仓库代码")]
[Nullable(true)]
[DataLength(10)]
public string StorageTypeNo
{
get { return storageTypeNo; }
set { storageTypeNo = value; }
}
///
/// 仓库
///
[Description("仓库")]
[Nullable(true)]
[DataLength(20)]
public string StorageTypeName
{
get { return storageTypeName; }
set { storageTypeName = value; }
}
private string ifMonitor;
///
/// IF_MONITOR
///
[Description("是否监制")]
[Nullable(true)]
[DataLength(20)]
public string IfMonitor
{
get { return ifMonitor; }
set { ifMonitor = value; }
}
private string drawingno = "";
///
/// 图纸号
///
[Description("图纸号")]
[Nullable(true)]
[DataLength(400)]
public string Drawingno
{
get { return drawingno; }
set { drawingno = value; }
}
///
/// 报告地址
///
[Description("报告地址")]
[Nullable(true)]
[DataLength(200)]
public string ReportPath
{
get { return reportPath; }
set { reportPath = value; }
}
///
/// 是否下发
///
[Description("是否下发")]
[Nullable(true)]
[DataLength(200)]
public string IsDown
{
get { return isDown; }
set { isDown = value; }
}
///
/// 委外总长度
///
private decimal? subcontractLen = null;
///
/// 委外总长度
///
[Description("委外总长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? SubcontractLen
{
get { return subcontractLen; }
set { subcontractLen = value; }
}
}
}