using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Core.StlMes.Client.GlBusiness.Models
{
///
/// 数据库表SLM_ORDER_LINE_PRDCR_LST所对应的实体类(生成工具:代码生成工具2.4)
/// 作者:DESKTOP-SA5N7PS 时间:2021-05-10
///
public class SlmOrderLinePrdcrLstEntity
{
private object prdcrDesc;
///
/// 是否已通知监制(0,未通知 1已通知)
///
private object isNotice;
///
/// 监制编号(ORD_LN_PK+三位流水号)
///
private object prdcrNo;
///
/// 工序代码
///
private object processCode;
///
/// 工序名称
///
private object processDesc;
///
/// 二级工序代码
///
private object processCodeC;
///
/// 二级工序名称
///
private object processDescC;
///
/// 工序点代码
///
private object stationCode;
///
/// 工序点名称
///
private object stationDesc;
///
/// 工艺参数代码
///
private object craftitemCode;
///
/// 工艺参数名称
///
private object craftitemDesc;
///
/// 监制要求标识
///
private object prdcrPrcFl;
///
/// 监制类型(COM_BASE_INFO:1220)
///
private object prdcrPrcDesc;
///
/// 提前天数
///
private object prdcrAdvcDay;
///
/// 监制单位编码(D+4位流水号)
///
private object pdeptNo;
///
/// 监制单位名称
///
private object pdeptName;
///
/// 联系电话
///
private object phone;
///
/// 监制单位编码2
///
private object pdeptNo2;
///
/// 监制单位名称2
///
private object pdeptName2;
///
/// 联系电话2
///
private object phone2;
///
/// 监制单位编码3
///
private object pdeptNo3;
///
/// 监制单位名称3
///
private object pdeptName3;
///
/// 联系电话3
///
private object phone3;
///
/// 到场监制人员
///
private object prdcrMan;
///
/// 到场监制人电话
///
private object prdcrManPhone;
///
/// 到场时间
///
private object arriveTime;
///
/// 完成时间
///
private object finishTime;
///
/// 到场监制人员2
///
private object prdcrMan2;
///
/// 到场监制人电话2
///
private object prdcrManPhone2;
///
/// 到场时间2
///
private object arriveTime2;
///
/// 完成时间2
///
private object finishTime2;
///
/// 到场监制人员3
///
private object prdcrMan3;
///
/// 到场监制人电话3
///
private object prdcrManPhone3;
///
/// 到场时间3
///
private object arriveTime3;
///
/// 完成时间3
///
private object finishTime3;
///
/// 备注
///
private object memo;
///
/// 监制编号序号
///
private object prdcrIndex;
public SlmOrderLinePrdcrLstEntity()
{
prdcrDesc = "";
isNotice = "";
prdcrNo = "";
processCode = "";
processDesc = "";
processCodeC = "";
processDescC = "";
stationCode = "";
stationDesc = "";
craftitemCode = "";
craftitemDesc = "";
prdcrPrcFl = "";
prdcrPrcDesc = "";
prdcrAdvcDay = "";
pdeptNo = "";
pdeptName = "";
phone = "";
pdeptNo2 = "";
pdeptName2 = "";
phone2 = "";
pdeptNo3 = "";
pdeptName3 = "";
phone3 = "";
prdcrMan = "";
prdcrManPhone = "";
arriveTime = "";
finishTime = "";
prdcrMan2 = "";
prdcrManPhone2 = "";
arriveTime2 = "";
finishTime2 = "";
prdcrMan3 = "";
prdcrManPhone3 = "";
arriveTime3 = "";
finishTime3 = "";
memo = "";
prdcrIndex = "";
}
///
/// 监制说明
///
[Description("监制说明")]
public object PrdcrDesc
{
get { return prdcrDesc; }
set
{
if (value == null)
{
prdcrDesc = DBNull.Value;
}
else
{
prdcrDesc = value;
}
}
}
///
/// 是否已通知监制(0,未通知 1已通知)
///
[Description("是否通知监制")]
public object IsNotice
{
get { return isNotice; }
set
{
if (value == null)
{
isNotice = DBNull.Value;
}
else
{
isNotice = value;
}
}
}
///
/// 监制编号(ORD_LN_PK+三位流水号)
///
[Description("监制编号")]
public object PrdcrNo
{
get { return prdcrNo; }
set
{
if (value == null)
{
prdcrNo = DBNull.Value;
}
else
{
prdcrNo = value;
}
}
}
///
/// 工序代码
///
[Description("工序代码")]
public object ProcessCode
{
get { return processCode; }
set
{
if (value == null)
{
processCode = DBNull.Value;
}
else
{
processCode = value;
}
}
}
///
/// 工序名称
///
[Description("工序名称")]
public object ProcessDesc
{
get { return processDesc; }
set
{
if (value == null)
{
processDesc = DBNull.Value;
}
else
{
processDesc = value;
}
}
}
///
/// 二级工序代码
///
[Description("二级工序代码")]
public object ProcessCodeC
{
get { return processCodeC; }
set
{
if (value == null)
{
processCodeC = DBNull.Value;
}
else
{
processCodeC = value;
}
}
}
///
/// 二级工序名称
///
[Description("二级工序名称")]
public object ProcessDescC
{
get { return processDescC; }
set
{
if (value == null)
{
processDescC = DBNull.Value;
}
else
{
processDescC = value;
}
}
}
///
/// 工序点代码
///
[Description("工序点代码")]
public object StationCode
{
get { return stationCode; }
set
{
if (value == null)
{
stationCode = DBNull.Value;
}
else
{
stationCode = value;
}
}
}
///
/// 工序点名称
///
[Description("工序点名称")]
public object StationDesc
{
get { return stationDesc; }
set
{
if (value == null)
{
stationDesc = DBNull.Value;
}
else
{
stationDesc = value;
}
}
}
///
/// 工艺参数代码
///
[Description("工艺参数代码")]
public object CraftitemCode
{
get { return craftitemCode; }
set
{
if (value == null)
{
craftitemCode = DBNull.Value;
}
else
{
craftitemCode = value;
}
}
}
///
/// 工艺参数名称
///
[Description("工艺参数名称")]
public object CraftitemDesc
{
get { return craftitemDesc; }
set
{
if (value == null)
{
craftitemDesc = DBNull.Value;
}
else
{
craftitemDesc = value;
}
}
}
///
/// 监制要求标识
///
[Description("监制要求标识")]
public object PrdcrPrcFl
{
get { return prdcrPrcFl; }
set
{
if (value == null)
{
prdcrPrcFl = DBNull.Value;
}
else
{
prdcrPrcFl = value;
}
}
}
///
/// 监制类型(COM_BASE_INFO:1220)
///
[Description("监制类型")]
public object PrdcrPrcDesc
{
get { return prdcrPrcDesc; }
set
{
if (value == null)
{
prdcrPrcDesc = DBNull.Value;
}
else
{
prdcrPrcDesc = value;
}
}
}
///
/// 提前天数
///
[Description("提前天数")]
public object PrdcrAdvcDay
{
get { return prdcrAdvcDay; }
set
{
if (value == null)
{
prdcrAdvcDay = DBNull.Value;
}
else
{
prdcrAdvcDay = value;
}
}
}
///
/// 监制单位编码(D+4位流水号)
///
[Description("监制单位")]
public object PdeptNo
{
get { return pdeptNo; }
set
{
if (value == null)
{
pdeptNo = DBNull.Value;
}
else
{
pdeptNo = value;
}
}
}
///
/// 监制单位名称
///
[Description("监制单位名称1")]
public object PdeptName
{
get { return pdeptName; }
set
{
if (value == null)
{
pdeptName = DBNull.Value;
}
else
{
pdeptName = value;
}
}
}
///
/// 联系电话
///
[Description("联系电话1")]
public object Phone
{
get { return phone; }
set
{
if (value == null)
{
phone = DBNull.Value;
}
else
{
phone = value;
}
}
}
///
/// 监制单位编码2
///
[Description("监制单位编码2")]
public object PdeptNo2
{
get { return pdeptNo2; }
set
{
if (value == null)
{
pdeptNo2 = DBNull.Value;
}
else
{
pdeptNo2 = value;
}
}
}
///
/// 监制单位名称2
///
[Description("监制单位名称2")]
public object PdeptName2
{
get { return pdeptName2; }
set
{
if (value == null)
{
pdeptName2 = DBNull.Value;
}
else
{
pdeptName2 = value;
}
}
}
///
/// 联系电话2
///
[Description("联系电话2")]
public object Phone2
{
get { return phone2; }
set
{
if (value == null)
{
phone2 = DBNull.Value;
}
else
{
phone2 = value;
}
}
}
///
/// 监制单位编码3
///
[Description("监制单位编码3")]
public object PdeptNo3
{
get { return pdeptNo3; }
set
{
if (value == null)
{
pdeptNo3 = DBNull.Value;
}
else
{
pdeptNo3 = value;
}
}
}
///
/// 监制单位名称3
///
[Description("监制单位名称3")]
public object PdeptName3
{
get { return pdeptName3; }
set
{
if (value == null)
{
pdeptName3 = DBNull.Value;
}
else
{
pdeptName3 = value;
}
}
}
///
/// 联系电话3
///
[Description("联系电话3")]
public object Phone3
{
get { return phone3; }
set
{
if (value == null)
{
phone3 = DBNull.Value;
}
else
{
phone3 = value;
}
}
}
///
/// 到场监制人员
///
[Description("到场监制人员")]
public object PrdcrMan
{
get { return prdcrMan; }
set
{
if (value == null)
{
prdcrMan = DBNull.Value;
}
else
{
prdcrMan = value;
}
}
}
///
/// 到场监制人电话
///
[Description("到场监制人电话")]
public object PrdcrManPhone
{
get { return prdcrManPhone; }
set
{
if (value == null)
{
prdcrManPhone = DBNull.Value;
}
else
{
prdcrManPhone = value;
}
}
}
///
/// 到场时间
///
[Description("到场时间")]
public object ArriveTime
{
get { return arriveTime; }
set
{
if (value == null)
{
arriveTime = DBNull.Value;
}
else
{
arriveTime = value;
}
}
}
///
/// 完成时间
///
[Description("完成时间")]
public object FinishTime
{
get { return finishTime; }
set
{
if (value == null)
{
finishTime = DBNull.Value;
}
else
{
finishTime = value;
}
}
}
///
/// 到场监制人员2
///
[Description("到场监制人员2")]
public object PrdcrMan2
{
get { return prdcrMan2; }
set
{
if (value == null)
{
prdcrMan2 = DBNull.Value;
}
else
{
prdcrMan2 = value;
}
}
}
///
/// 到场监制人电话2
///
[Description("到场监制人电话2")]
public object PrdcrManPhone2
{
get { return prdcrManPhone2; }
set
{
if (value == null)
{
prdcrManPhone2 = DBNull.Value;
}
else
{
prdcrManPhone2 = value;
}
}
}
///
/// 到场时间2
///
[Description("到场时间2")]
public object ArriveTime2
{
get { return arriveTime2; }
set
{
if (value == null)
{
arriveTime2 = DBNull.Value;
}
else
{
arriveTime2 = value;
}
}
}
///
/// 完成时间2
///
[Description("完成时间2")]
public object FinishTime2
{
get { return finishTime2; }
set
{
if (value == null)
{
finishTime2 = DBNull.Value;
}
else
{
finishTime2 = value;
}
}
}
///
/// 到场监制人员3
///
[Description("到场监制人员3")]
public object PrdcrMan3
{
get { return prdcrMan3; }
set
{
if (value == null)
{
prdcrMan3 = DBNull.Value;
}
else
{
prdcrMan3 = value;
}
}
}
///
/// 到场监制人电话3
///
[Description("到场监制人电话3")]
public object PrdcrManPhone3
{
get { return prdcrManPhone3; }
set
{
if (value == null)
{
prdcrManPhone3 = DBNull.Value;
}
else
{
prdcrManPhone3 = value;
}
}
}
///
/// 到场时间3
///
[Description("到场时间3")]
public object ArriveTime3
{
get { return arriveTime3; }
set
{
if (value == null)
{
arriveTime3 = DBNull.Value;
}
else
{
arriveTime3 = value;
}
}
}
///
/// 完成时间3
///
[Description("完成时间3")]
public object FinishTime3
{
get { return finishTime3; }
set
{
if (value == null)
{
finishTime3 = DBNull.Value;
}
else
{
finishTime3 = value;
}
}
}
///
/// 备注
///
[Description("备注")]
public object Memo
{
get { return memo; }
set
{
if (value == null)
{
memo = DBNull.Value;
}
else
{
memo = value;
}
}
}
///
/// 监制编号序号
///
[Description("监制编号序号")]
public object PrdcrIndex
{
get { return prdcrIndex; }
set
{
if (value == null)
{
prdcrIndex = DBNull.Value;
}
else
{
prdcrIndex = value;
}
}
}
}
}