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.Mcp.Entity
{
///
/// 数据库表COUPLING_PHOSPHATE_RESULT所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20180117CCCC 时间:2018-08-27
///
public class CouplingPhosphateResultEntity
{
///
/// 实绩编号
///
private string resultNo = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 炉次计划号
///
private string zyPlanId = "";
///
/// 工单号(炉次计划号+01流水)
///
private string woId = "";
///
/// 膜厚
///
private decimal? membranceThick = null;
///
/// 附着力 0-合格 1-不合格
///
private string adhesion = "";
///
/// 耐蚀性(Minutes)
///
private decimal? antiCorrosion = null;
///
/// 反应时间(Minutes)
///
private decimal? reactionTime = null;
///
/// 表面质量 0-合格 1-不合格
///
private string surfaceCondition = "";
///
/// 备注
///
private string remark = "";
///
/// 检测人
///
private string colUser = "";
///
/// 检测班次
///
private string colShift = "";
///
/// 检测班组
///
private string colGroup = "";
///
/// 检测时间
///
private string colTime = "";
///
/// 磷化个数
///
private decimal? colCount = null;
///
/// 操作工
///
private string colOperator = "";
///
/// 喷标
///
private string isSpray = "";
///
/// 喷标内容
///
private string sprayContent = "";
///
/// 喷标个数
///
private decimal? sprayCount = null;
///
/// 是否全项委托(0否,1是)
///
private string ifAllOutWork = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// 监制人
///
private string producer = "";
///
/// 到场时间
///
private string producerTime = "";
///
/// 离线支数
///
private decimal? offNum = null;
///
/// 产线名称
///
private string plineName = "";
///
/// 实绩编号
///
[Description("实绩编号")]
[Nullable(false)]
[DataLength(20)]
public string ResultNo
{
get { return resultNo; }
set { resultNo = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(false)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 炉次计划号
///
[Description("炉次计划号")]
[Nullable(false)]
[DataLength(20)]
public string ZyPlanId
{
get { return zyPlanId; }
set { zyPlanId = value; }
}
///
/// 工单号(炉次计划号+01流水)
///
[Description("工单号(炉次计划号+01流水)")]
[Nullable(false)]
[DataLength(20)]
public string WoId
{
get { return woId; }
set { woId = value; }
}
///
/// 膜厚
///
[Description("膜厚")]
[Nullable(true)]
[DataLength(6)]
public decimal? MembranceThick
{
get { return membranceThick; }
set { membranceThick = value; }
}
///
/// 附着力 0-合格 1-不合格
///
[Description("附着力 0-合格 1-不合格")]
[Nullable(true)]
[DataLength(1)]
public string Adhesion
{
get { return adhesion; }
set { adhesion = value; }
}
///
/// 耐蚀性(Minutes)
///
[Description("耐蚀性(Minutes)")]
[Nullable(true)]
[DataLength(6)]
public decimal? AntiCorrosion
{
get { return antiCorrosion; }
set { antiCorrosion = value; }
}
///
/// 反应时间(Minutes)
///
[Description("反应时间(Minutes)")]
[Nullable(true)]
[DataLength(6)]
public decimal? ReactionTime
{
get { return reactionTime; }
set { reactionTime = value; }
}
///
/// 表面质量 0-合格 1-不合格
///
[Description("表面质量 0-合格 1-不合格")]
[Nullable(true)]
[DataLength(1)]
public string SurfaceCondition
{
get { return surfaceCondition; }
set { surfaceCondition = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(200)]
public string Remark
{
get { return remark; }
set { remark = value; }
}
///
/// 检测人
///
[Description("检测人")]
[Nullable(true)]
[DataLength(20)]
public string ColUser
{
get { return colUser; }
set { colUser = value; }
}
///
/// 检测班次
///
[Description("检测班次")]
[Nullable(true)]
[DataLength(1)]
public string ColShift
{
get { return colShift; }
set { colShift = value; }
}
///
/// 检测班组
///
[Description("检测班组")]
[Nullable(true)]
[DataLength(1)]
public string ColGroup
{
get { return colGroup; }
set { colGroup = value; }
}
///
/// 检测时间
///
[Description("检测时间")]
[Nullable(true)]
public string ColTime
{
get { return colTime; }
set { colTime = value; }
}
///
/// 磷化个数
///
[Description("磷化个数")]
[Nullable(true)]
[DataLength(6)]
public decimal? ColCount
{
get { return colCount; }
set { colCount = value; }
}
///
/// 操作工
///
[Description("操作工")]
[Nullable(true)]
[DataLength(20)]
public string ColOperator
{
get { return colOperator; }
set { colOperator = value; }
}
///
/// 喷标
///
[Description("喷标")]
[Nullable(true)]
[DataLength(1)]
public string IsSpray
{
get { return isSpray; }
set { isSpray = value; }
}
///
/// 喷标内容
///
[Description("喷标内容")]
[Nullable(true)]
[DataLength(100)]
public string SprayContent
{
get { return sprayContent; }
set { sprayContent = value; }
}
///
/// 喷标个数
///
[Description("喷标个数")]
[Nullable(true)]
[DataLength(6)]
public decimal? SprayCount
{
get { return sprayCount; }
set { sprayCount = value; }
}
///
/// 是否全项委托(0否,1是)
///
[Description("是否全项委托(0否,1是)")]
[Nullable(true)]
[DataLength(1)]
public string IfAllOutWork
{
get { return ifAllOutWork; }
set { ifAllOutWork = 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)]
[DataLength(20)]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[Nullable(true)]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 删除人
///
[Description("删除人")]
[Nullable(true)]
[DataLength(20)]
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[Nullable(true)]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 监制人
///
[Description("监制人")]
[Nullable(true)]
[DataLength(20)]
public string Producer
{
get { return producer; }
set { producer = value; }
}
///
/// 到场时间
///
[Description("到场时间")]
[Nullable(true)]
public string ProducerTime
{
get { return producerTime; }
set { producerTime = value; }
}
///
/// 离线支数
///
[Description("离线个数")]
[Nullable(true)]
[DataLength(6)]
public decimal? OffNum
{
get { return offNum; }
set { offNum = value; }
}
///
/// 产线名称
///
[Description("产线名称")]
[Nullable(false)]
[DataLength(100)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
}
}