using Core.Mes.Client.Comm.Attribute; using System; using System.ComponentModel; namespace Core.StlMes.Client.Qcm.model { /// /// 数据库表COM_MSC所对应的实体类(生成工具:代码生成工具3.0) /// 作者:Chenxi-PC2 时间:2015-09-15 /// public class ComMscEntity { /// /// 冶金规范码 /// private string msc = ""; /// /// 冶金规范描述 /// private string mscDesc = ""; /// /// Alpha代码 /// private string useCode = ""; /// /// Alpha描述 /// private string useDesc = ""; /// /// 管理部门代码 /// private string departmentCode = ""; /// /// 管理部门描述 /// private string departmentDesc = ""; /// /// 交付标准管理科室代码 /// private string unitCode = ""; /// /// 交付标准管理科室描述 /// private string unitDesc = ""; /// /// 规范类型(A:钢管+管坯、B:钢管+接箍、C:短节+附件) /// private string mscStyle = ""; /// /// 有效使用次数(无限使用为-1) /// private decimal? userCount = null; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(PSL1....) /// private string stdStyleDesc = ""; /// /// 新产品代码 /// private string newProcCode = ""; /// /// 新产品描述 /// private string newProcDesc = ""; /// /// 是否维护内控标准(1:需要,0:不需要(没有维护内控标准的,在判定时,用交付标准作为内控标准进行判定)) /// private string allowNk = ""; /// /// 引用冶金规范码 /// private string mscSeq = ""; /// /// 引用冶金规范描述 /// private string mscDescSeq = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 删除人 /// private string deleteName = ""; /// /// 删除时间 /// private string deleteTime = ""; /// /// 交货与制程有效标志(A:录入状态,B:提交审核,C:已生效,D:无效,E:申请修改) /// private string validflag = ""; /// /// 备注 /// private string memo = ""; /// /// 产品大类(4049) /// private string producHead = ""; /// /// 附件图片文件路径 /// private string fileJpeg = ""; /// /// 工艺标准管理科室代码 /// private string unitCodeProcess = ""; /// /// 工艺标准管理科室描述 /// private string unitDescProcess = ""; /// /// {老系统}冶金规范码 /// private string mscOld = ""; /// /// {老系统}Alpha代码 /// private string useCodeOld = ""; /// /// 审核说明 /// private string remark = ""; /// /// 审核人(交货标准) /// private string auditName = ""; /// /// 审核时间(交货标准) /// private string auditTime = ""; /// /// 内控标准的有效标志(A:录入状态,B:提交审核,C:已生效,D:无效,E:申请修改) /// private string validflagNk = ""; /// /// 审核人(内控标准) /// private string auditNameNk = ""; /// /// 审核时间(内控标准) /// private string auditTimeNk = ""; /// /// 审核说明(内控标准) /// private string remarkNk = ""; private string psc = ""; /// /// 产品码 /// [Description("产品码")] [Nullable(false)] [DataLength(20)] public string Psc { get { return psc; } set { psc = value; } } /// /// 冶金规范码 /// [Description("冶金规范码")] [Nullable(false)] [DataLength(20)] public string Msc { get { return msc; } set { msc = value; } } /// /// 冶金规范描述 /// [Description("冶金规范描述")] [Nullable(true)] [DataLength(500)] public string MscDesc { get { return mscDesc; } set { mscDesc = value; } } /// /// Alpha代码 /// [Description("Alpha代码")] [Nullable(true)] [DataLength(20)] public string UseCode { get { return useCode; } set { useCode = value; } } /// /// Alpha描述 /// [Description("用途描述")] [Nullable(true)] [DataLength(100)] public string UseDesc { get { return useDesc; } set { useDesc = value; } } /// /// 管理部门代码 /// [Description("管理部门代码")] [Nullable(true)] [DataLength(20)] public string DepartmentCode { get { return departmentCode; } set { departmentCode = value; } } /// /// 管理部门描述 /// [Description("管理部门描述")] [Nullable(true)] [DataLength(100)] public string DepartmentDesc { get { return departmentDesc; } set { departmentDesc = value; } } /// /// 交付标准管理科室代码 /// [Description("交付标准管理科室代码")] [Nullable(true)] [DataLength(20)] public string UnitCode { get { return unitCode; } set { unitCode = value; } } /// /// 交付标准管理科室描述 /// [Description("交付标准管理科室描述")] [Nullable(true)] [DataLength(100)] public string UnitDesc { get { return unitDesc; } set { unitDesc = value; } } /// /// 规范类型(A:钢管+管坯、B:钢管+接箍、C:短节+附件) /// [Description("规范类型")] [Nullable(false)] [DataLength(1)] public string MscStyle { get { return mscStyle; } set { mscStyle = value; } } /// /// 有效使用次数(无限使用为-1) /// [Description("有效使用次数")] [Nullable(true)] [DataLength(22)] public decimal? UserCount { get { return userCount; } set { userCount = 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(false)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(200)] public string StdName { get { return stdName; } set { stdName = 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(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(1)] public string NewProcCode { get { return newProcCode; } set { newProcCode = value; } } /// /// 新产品描述 /// [Description("新产品描述")] [Nullable(true)] [DataLength(200)] public string NewProcDesc { get { return newProcDesc; } set { newProcDesc = value; } } /// /// 是否维护内控标准(1:需要,0:不需要(没有维护内控标准的,在判定时,用交付标准作为内控标准进行判定)) /// [Description("是否内控")] [Nullable(true)] [DataLength(1)] public string AllowNk { get { return allowNk; } set { allowNk = value; } } /// /// 引用冶金规范码 /// [Description("引用冶金规范码")] [Nullable(true)] [DataLength(25)] public string MscSeq { get { return mscSeq; } set { mscSeq = value; } } /// /// 引用冶金规范描述 /// [Description("引用冶金规范描述")] [Nullable(true)] [DataLength(500)] public string MscDescSeq { get { return mscDescSeq; } set { mscDescSeq = 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; } } /// /// 交货与制程有效标志(A:录入状态,B:提交审核,C:已生效,D:无效,E:申请修改) /// [Description("交货与制程有效标志")] [Nullable(false)] [DataLength(1)] public string Validflag { get { return validflag; } set { validflag = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(500)] public string Memo { get { return memo; } set { memo = value; } } /// /// 产品大类(4049) /// [Description("产品大类")] [Nullable(true)] [DataLength(20)] public string ProducHead { get { return producHead; } set { producHead = value; } } /// /// 附件图片文件路径 /// [Description("附件图片文件路径")] [Nullable(true)] [DataLength(200)] public string FileJpeg { get { return fileJpeg; } set { fileJpeg = value; } } /// /// 工艺标准管理科室代码 /// [Description("工艺标准管理科室代码")] [Nullable(true)] [DataLength(20)] public string UnitCodeProcess { get { return unitCodeProcess; } set { unitCodeProcess = value; } } /// /// 工艺标准管理科室描述 /// [Description("工艺标准管理科室描述")] [Nullable(true)] [DataLength(100)] public string UnitDescProcess { get { return unitDescProcess; } set { unitDescProcess = value; } } /// /// {老系统}冶金规范码 /// [Description("{老系统}冶金规范码")] [Nullable(true)] [DataLength(20)] public string MscOld { get { return mscOld; } set { mscOld = value; } } /// /// {老系统}Alpha代码 /// [Description("{老系统}Alpha代码")] [Nullable(true)] [DataLength(20)] public string UseCodeOld { get { return useCodeOld; } set { useCodeOld = value; } } /// /// 审核说明 /// [Description("审核说明")] [Nullable(true)] [DataLength(500)] public string Remark { get { return remark; } set { remark = value; } } /// /// 审核人(交货标准) /// [Description("审核人(交货标准)")] [Nullable(true)] [DataLength(20)] public string AuditName { get { return auditName; } set { auditName = value; } } /// /// 审核时间(交货标准) /// [Description("审核时间(交货标准)")] [Nullable(true)] public string AuditTime { get { return auditTime; } set { auditTime = value; } } /// /// 内控标准的有效标志(A:录入状态,B:提交审核,C:已生效,D:无效,E:申请修改) /// [Description("内控标准的有效标志")] [Nullable(false)] [DataLength(1)] public string ValidflagNk { get { return validflagNk; } set { validflagNk = value; } } /// /// 审核人(内控标准) /// [Description("审核人(内控标准)")] [Nullable(true)] [DataLength(20)] public string AuditNameNk { get { return auditNameNk; } set { auditNameNk = value; } } /// /// 审核时间(内控标准) /// [Description("审核时间(内控标准)")] [Nullable(true)] public string AuditTimeNk { get { return auditTimeNk; } set { auditTimeNk = value; } } /// /// 审核说明(内控标准) /// [Description("审核说明(内控标准)")] [Nullable(true)] [DataLength(500)] public string RemarkNk { get { return remarkNk; } set { remarkNk = value; } } } }