| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- 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.ZGMil.Entity
- {
- /// <summary>
- /// 数据库表MIL_FURNACES_GROUP所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20160918TFRG 时间:2016-12-27
- /// </summary>
- public class MilFurnacesGroupEntity
- {
- private List<MilFurnacesReslutDetiaEntity> milFurnacesReslutDetiaEntity = null;
- public List<MilFurnacesReslutDetiaEntity> MilFurnacesReslutDetiaEntity
- {
- get { return milFurnacesReslutDetiaEntity; }
- set { milFurnacesReslutDetiaEntity = value; }
- }
- /// <summary>
- /// 组批炉号
- /// </summary>
- private string zpJudgeStoveNo = "";
- /// <summary>
- /// 组批批号
- /// </summary>
- private string zpLotNo = "";
- /// <summary>
- /// 支数
- /// </summary>
- private decimal? zpCount = null;
- /// <summary>
- /// 判定标准
- /// </summary>
- private string zpStandrad = "";
- /// <summary>
- /// 组批钢级
- /// </summary>
- private string zpSteel = "";
- /// <summary>
- /// 组批钢种
- /// </summary>
- private string zpGrade = "";
- /// <summary>
- /// 组批长度
- /// </summary>
- private decimal? zpLength = null;
- /// <summary>
- /// 组批重量
- /// </summary>
- private decimal? zpHeight = null;
- /// <summary>
- /// 组批长度范围
- /// </summary>
- private string zpLengthRange = "";
- /// <summary>
- /// 组批等级
- /// </summary>
- private decimal? zpLevel = null;
- /// <summary>
- /// 组批规格
- /// </summary>
- private string zpSize = "";
- /// <summary>
- /// 组批时间
- /// </summary>
- private string zpTime = "";
- /// <summary>
- /// 备注
- /// </summary>
- private string remark = "";
- /// <summary>
- /// 操作人
- /// </summary>
- private string colUser = "";
- /// <summary>
- /// 操作班次
- /// </summary>
- private string colShift = "";
- /// <summary>
- /// 操作班组
- /// </summary>
- private string colGroup = "";
- /// <summary>
- /// 外径
- /// </summary>
- private decimal? diameter = null;
- /// <summary>
- /// 壁厚
- /// </summary>
- private decimal? thickness = null;
- /// <summary>
- /// 品种
- /// </summary>
- private string varieties = "";
- /// <summary>
- /// 厂线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 机组
- /// </summary>
- private string plineName = "";
- [Description("机组")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 扣型
- /// </summary>
- private string modelDesc = "";
- /// <summary>
- /// 操作ID(年月日+5位流水)
- /// </summary>
- private string operationId = "";
- /// <summary>
- /// 组批炉号
- /// </summary>
- [Description("组批炉号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ZpJudgeStoveNo
- {
- get { return zpJudgeStoveNo; }
- set { zpJudgeStoveNo = value; }
- }
- /// <summary>
- /// 组批批号
- /// </summary>
- [Description("组批批号")]
- [Nullable(true)]
- [DataLength(20)]
- public string ZpLotNo
- {
- get { return zpLotNo; }
- set { zpLotNo = value; }
- }
- /// <summary>
- /// 支数
- /// </summary>
- [Description("支数")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? ZpCount
- {
- get { return zpCount; }
- set { zpCount = value; }
- }
- /// <summary>
- /// 判定标准
- /// </summary>
- [Description("判定标准")]
- [Nullable(true)]
- [DataLength(100)]
- public string ZpStandrad
- {
- get { return zpStandrad; }
- set { zpStandrad = value; }
- }
- /// <summary>
- /// 组批钢级
- /// </summary>
- [Description("组批钢级")]
- [Nullable(true)]
- [DataLength(20)]
- public string ZpSteel
- {
- get { return zpSteel; }
- set { zpSteel = value; }
- }
- /// <summary>
- /// 组批钢种
- /// </summary>
- [Description("组批钢种")]
- [Nullable(true)]
- [DataLength(20)]
- public string ZpGrade
- {
- get { return zpGrade; }
- set { zpGrade = value; }
- }
- /// <summary>
- /// 组批长度
- /// </summary>
- [Description("组批长度")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? ZpLength
- {
- get { return zpLength; }
- set { zpLength = value; }
- }
- /// <summary>
- /// 组批重量
- /// </summary>
- [Description("组批重量")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? ZpHeight
- {
- get { return zpHeight; }
- set { zpHeight = value; }
- }
- /// <summary>
- /// 组批长度范围
- /// </summary>
- [Description("组批长度范围")]
- [Nullable(true)]
- [DataLength(20)]
- public string ZpLengthRange
- {
- get { return zpLengthRange; }
- set { zpLengthRange = value; }
- }
- /// <summary>
- /// 组批等级
- /// </summary>
- [Description("组批等级")]
- [Nullable(true)]
- [DataLength(1)]
- public decimal? ZpLevel
- {
- get { return zpLevel; }
- set { zpLevel = value; }
- }
- /// <summary>
- /// 组批规格
- /// </summary>
- [Description("组批规格")]
- [Nullable(true)]
- [DataLength(20)]
- public string ZpSize
- {
- get { return zpSize; }
- set { zpSize = value; }
- }
- /// <summary>
- /// 组批时间
- /// </summary>
- [Description("组批时间")]
- [Nullable(true)]
- public string ZpTime
- {
- get { return zpTime; }
- set { zpTime = value; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("备注")]
- [Nullable(true)]
- [DataLength(100)]
- public string Remark
- {
- get { return remark; }
- set { remark = value; }
- }
- /// <summary>
- /// 操作人
- /// </summary>
- [Description("操作人")]
- [Nullable(true)]
- [DataLength(20)]
- public string ColUser
- {
- get { return colUser; }
- set { colUser = value; }
- }
- /// <summary>
- /// 操作班次
- /// </summary>
- [Description("操作班次")]
- [Nullable(true)]
- [DataLength(1)]
- public string ColShift
- {
- get { return colShift; }
- set { colShift = value; }
- }
- /// <summary>
- /// 操作班组
- /// </summary>
- [Description("操作班组")]
- [Nullable(true)]
- [DataLength(1)]
- public string ColGroup
- {
- get { return colGroup; }
- set { colGroup = value; }
- }
- /// <summary>
- /// 外径
- /// </summary>
- [Description("外径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? Diameter
- {
- get { return diameter; }
- set { diameter = value; }
- }
- /// <summary>
- /// 壁厚
- /// </summary>
- [Description("壁厚")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? Thickness
- {
- get { return thickness; }
- set { thickness = value; }
- }
- /// <summary>
- /// 品种
- /// </summary>
- [Description("品种")]
- [Nullable(true)]
- [DataLength(20)]
- public string Varieties
- {
- get { return varieties; }
- set { varieties = value; }
- }
- /// <summary>
- /// 厂线代码
- /// </summary>
- [Description("厂线代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 扣型
- /// </summary>
- [Description("扣型")]
- [Nullable(true)]
- [DataLength(100)]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- /// <summary>
- /// 操作ID(年月日+5位流水)
- /// </summary>
- [Description("操作ID(年月日+5位流水)")]
- [Nullable(false)]
- [DataLength(20)]
- public string OperationId
- {
- get { return operationId; }
- set { operationId = value; }
- }
- }
- }
|