| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- 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.Lims.Port.数据管理.实体类
- {
- /// <summary>
- /// 数据库表CRAFT_SAMPLING_M所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:DM22222 时间:2018-05-14
- /// </summary>
- public class CraftSamplingMEntity
- {
- /// <summary>
- /// 工艺文件号
- /// </summary>
- private string craftNo = "";
- /// <summary>
- /// 工序代码
- /// </summary>
- private string processCode = "";
- /// <summary>
- /// 根据批数分情况讨论
- /// </summary>
- private decimal? batchNum = null;
- /// <summary>
- /// 第几批
- /// </summary>
- private decimal? batchNo = null;
- /// <summary>
- /// 无注释
- /// </summary>
- private decimal? sampleLength = null;
- /// <summary>
- /// 取样位置代码(4012)
- /// </summary>
- private string position = "";
- /// <summary>
- /// 取样位置描述
- /// </summary>
- private string descPosition = "";
- /// <summary>
- /// 样管个数
- /// </summary>
- private decimal? sampleCount = null;
- /// <summary>
- /// 备注
- /// </summary>
- private string remark = "";
- /// <summary>
- /// 试样组集合
- /// </summary>
- private string phyNameGroup = "";
- /// <summary>
- /// 试样组代码集合
- /// </summary>
- private string phyCodeGroup = "";
- /// <summary>
- /// 根据炉数分情况讨论,可能是公式 5n+2 或者<=2
- /// </summary>
- private string stoveNum = "";
- /// <summary>
- /// ORD_LN_PK(ORD_PK+三位流失号)
- /// </summary>
- private string ordLnPk = "";
- /// <summary>
- /// 序号
- /// </summary>
- private decimal? craftSeq = null;
- /// <summary>
- /// 工艺文件号
- /// </summary>
- [Description("工艺文件号")]
- [Nullable(false)]
- [DataLength(150)]
- public string CraftNo
- {
- get { return craftNo; }
- set { craftNo = value; }
- }
- /// <summary>
- /// 工序代码
- /// </summary>
- [Description("工序代码")]
- [Nullable(false)]
- [DataLength(100)]
- public string ProcessCode
- {
- get { return processCode; }
- set { processCode = value; }
- }
- /// <summary>
- /// 根据批数分情况讨论
- /// </summary>
- [Description("根据批数分情况讨论")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? BatchNum
- {
- get { return batchNum; }
- set { batchNum = value; }
- }
- /// <summary>
- /// 第几批
- /// </summary>
- [Description("第几批")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 无注释
- /// </summary>
- [Description("无注释")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? SampleLength
- {
- get { return sampleLength; }
- set { sampleLength = value; }
- }
- /// <summary>
- /// 取样位置代码(4012)
- /// </summary>
- [Description("取样位置代码(4012)")]
- [Nullable(true)]
- [DataLength(20)]
- public string Position
- {
- get { return position; }
- set { position = value; }
- }
- /// <summary>
- /// 取样位置描述
- /// </summary>
- [Description("取样位置描述")]
- [Nullable(true)]
- [DataLength(200)]
- public string DescPosition
- {
- get { return descPosition; }
- set { descPosition = value; }
- }
- /// <summary>
- /// 样管个数
- /// </summary>
- [Description("样管个数")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? SampleCount
- {
- get { return sampleCount; }
- set { sampleCount = value; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string Remark
- {
- get { return remark; }
- set { remark = value; }
- }
- /// <summary>
- /// 试样组集合
- /// </summary>
- [Description("试样组集合")]
- [Nullable(true)]
- [DataLength(200)]
- public string PhyNameGroup
- {
- get { return phyNameGroup; }
- set { phyNameGroup = value; }
- }
- /// <summary>
- /// 试样组代码集合
- /// </summary>
- [Description("试样组代码集合")]
- [Nullable(true)]
- [DataLength(200)]
- public string PhyCodeGroup
- {
- get { return phyCodeGroup; }
- set { phyCodeGroup = value; }
- }
- /// <summary>
- /// 根据炉数分情况讨论,可能是公式 5n+2 或者<=2
- /// </summary>
- [Description("根据炉数分情况讨论,可能是公式 5n+2 或者<=2")]
- [Nullable(true)]
- [DataLength(20)]
- public string StoveNum
- {
- get { return stoveNum; }
- set { stoveNum = value; }
- }
- /// <summary>
- /// ORD_LN_PK(ORD_PK+三位流失号)
- /// </summary>
- [Description("ORD_LN_PK(ORD_PK+三位流失号)")]
- [Nullable(true)]
- [DataLength(40)]
- public string OrdLnPk
- {
- get { return ordLnPk; }
- set { ordLnPk = value; }
- }
- /// <summary>
- /// 序号
- /// </summary>
- [Description("序号")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? CraftSeq
- {
- get { return craftSeq; }
- set { craftSeq = value; }
- }
- }
- }
|