| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- using Core.Mes.Client.Comm.Attribute;
- using Newtonsoft.Json;
- using System;
- using System.ComponentModel;
- namespace Core.StlMes.Client.Judge.Models
- {
- /// <summary>
- /// 数据库表QCM_LG_PHYJUDGE所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:tgcx-test 时间:2016-09-29
- /// </summary>
- public class QcmZgPhyjudgeEntity
- {
- /// <summary>
- /// 理化判定记录ID
- /// </summary>
- private string phyJudgeId = "";
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- private string stoveNo = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 材料号
- /// </summary>
- private string objectno = "";
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 工序代码(A\B\C\D.....)
- /// </summary>
- private string processCdoe = "";
- /// <summary>
- /// 工序名称
- /// </summary>
- private string processDesc = "";
- /// <summary>
- /// 理化判定结果(4074)
- /// </summary>
- private string judgeresultPhy = "";
- /// <summary>
- /// 判定钢级(牌号)
- /// </summary>
- private string judgesteelcode = "";
- /// <summary>
- /// 判定钢种
- /// </summary>
- private string judgegradecode = "";
- /// <summary>
- /// 判定备注
- /// </summary>
- private string memo = "";
- /// <summary>
- /// 理化判定结果集ID
- /// </summary>
- private string phyResultId = "";
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 判定人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 判定时间
- /// </summary>
- private string createTime = "";
- private string jugdeApplyCode = "";
- private string batchNo = "";
- private string heatPlanNo = "";
- /// <summary>
- /// 理化判定记录ID
- /// </summary>
- [Description("理化判定记录ID")]
- [Nullable(false)]
- [DataLength(20)]
- [JsonProperty("phyJudgeId")]
- public string PhyJudgeId
- {
- get { return phyJudgeId; }
- set { phyJudgeId = value; }
- }
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- [Description("冶炼炉号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("stoveNo")]
- public string StoveNo
- {
- get { return stoveNo; }
- set { stoveNo = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [Nullable(true)]
- [DataLength(6)]
- [JsonProperty("judgeStoveNo")]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 材料号
- /// </summary>
- [Description("材料号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("objectno")]
- public string Objectno
- {
- get { return objectno; }
- set { objectno = value; }
- }
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线代码")]
- [Nullable(true)]
- [DataLength(4)]
- [JsonProperty("plineCode")]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 工序代码(A\B\C\D.....)
- /// </summary>
- [Description("工序代码(A\\B\\C\\D.....)")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("processCdoe")]
- public string ProcessCdoe
- {
- get { return processCdoe; }
- set { processCdoe = value; }
- }
- /// <summary>
- /// 工序名称
- /// </summary>
- [Description("工序名称")]
- [Nullable(true)]
- [DataLength(50)]
- [JsonProperty("processDesc")]
- public string ProcessDesc
- {
- get { return processDesc; }
- set { processDesc = value; }
- }
- /// <summary>
- /// 理化判定结果(4074)
- /// </summary>
- [Description("理化判定结果(4074)")]
- [Nullable(false)]
- [DataLength(20)]
- [JsonProperty("judgeresultPhy")]
- public string JudgeresultPhy
- {
- get { return judgeresultPhy; }
- set { judgeresultPhy = value; }
- }
- /// <summary>
- /// 判定钢级(牌号)
- /// </summary>
- [Description("判定钢级(牌号)")]
- [Nullable(true)]
- [DataLength(40)]
- [JsonProperty("judgesteelcode")]
- public string Judgesteelcode
- {
- get { return judgesteelcode; }
- set { judgesteelcode = value; }
- }
- /// <summary>
- /// 判定钢种
- /// </summary>
- [Description("判定钢种")]
- [Nullable(true)]
- [DataLength(40)]
- [JsonProperty("judgegradecode")]
- public string Judgegradecode
- {
- get { return judgegradecode; }
- set { judgegradecode = value; }
- }
- /// <summary>
- /// 判定备注
- /// </summary>
- [Description("判定备注")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("memo")]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- /// <summary>
- /// 理化判定结果集ID
- /// </summary>
- [Description("理化判定结果集ID")]
- [Nullable(false)]
- [DataLength(20)]
- [JsonProperty("phyResultId")]
- public string PhyResultId
- {
- get { return phyResultId; }
- set { phyResultId = value; }
- }
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- [Description("有效标志(1:有效,0:无效)")]
- [Nullable(false)]
- [DataLength(1)]
- [JsonProperty("validflag")]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 判定人
- /// </summary>
- [Description("判定人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("createName")]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 判定时间
- /// </summary>
- [Description("判定时间")]
- [Nullable(false)]
- [JsonProperty("createTime")]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 判定单号
- /// </summary>
- [Description("判定单号")]
- [JsonProperty("jugdeApplyCode")]
- public string JugdeApplyCode
- {
- get { return jugdeApplyCode; }
- set { jugdeApplyCode = value; }
- }
- /// <summary>
- /// 批号
- /// </summary>
- [Description("批号")]
- [JsonProperty("batchNo")]
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 轧管炉计划
- /// </summary>
- [Description("轧管炉计划ID")]
- [JsonProperty("heatPlanNo")]
- public string HeatPlanNo
- {
- get { return heatPlanNo; }
- set { heatPlanNo = value; }
- }
- }
- }
|