| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- 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>
- /// 数据库表QCM_ZG_JUDGE_INPUT_RECORD所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20160918TFRG 时间:2020-10-16
- /// </summary>
- public class QcmZgJudgeInputRecordEntity
- {
- /// <summary>
- /// 申请判定单号
- /// </summary>
- private string jugdeApplyCode = "";
- /// <summary>
- /// 炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 批号
- /// </summary>
- private string batchNo = "";
- /// <summary>
- /// 组号
- /// </summary>
- private string batchGroudNo = "";
- /// <summary>
- /// 工序代码(A\B\C\D.....)
- /// </summary>
- private string processCode = "";
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 支数
- /// </summary>
- private decimal? actCount = null;
- /// <summary>
- /// 实重
- /// </summary>
- private decimal? actWeight = null;
- /// <summary>
- /// 理论重量
- /// </summary>
- private decimal? actTheoryWeight = null;
- /// <summary>
- /// 原投料量
- /// </summary>
- private decimal? inputWeight = null;
- /// <summary>
- /// 原投料支数(单倍坯)
- /// </summary>
- private decimal? inputCount = null;
- /// <summary>
- /// 调整后投料量
- /// </summary>
- private decimal? inputWeight2 = null;
- /// <summary>
- /// 调整后料支数(单倍坯)
- /// </summary>
- private decimal? inputCount2 = null;
- /// <summary>
- /// 结转年月
- /// </summary>
- private string balYearMonth = "";
- /// <summary>
- /// 申请判定顺序号
- /// </summary>
- private string jugdeApplySequeno = "";
- /// <summary>
- /// 操作人
- /// </summary>
- private string colName = "";
- /// <summary>
- /// 操作时间
- /// </summary>
- private string colTime = "";
- /// <summary>
- /// 生产产线名称
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
- /// </summary>
- private decimal? qualityGroup = null;
- /// <summary>
- /// 材料去向代码
- /// </summary>
- private string matGowhereCode = "";
- /// <summary>
- /// 材料去向
- /// </summary>
- private string matGowhereName = "";
- /// <summary>
- /// 主键
- /// </summary>
- private string colId = "";
- /// <summary>
- /// 申请判定单号
- /// </summary>
- [Description("申请判定单号")]
- [Nullable(false)]
- [DataLength(40)]
- public string JugdeApplyCode
- {
- get { return jugdeApplyCode; }
- set { jugdeApplyCode = value; }
- }
- /// <summary>
- /// 炉号
- /// </summary>
- [Description("炉号")]
- [Nullable(false)]
- [DataLength(6)]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 批号
- /// </summary>
- [Description("批号")]
- [Nullable(false)]
- [DataLength(20)]
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 组号
- /// </summary>
- [Description("组号")]
- [Nullable(false)]
- [DataLength(3)]
- public string BatchGroudNo
- {
- get { return batchGroudNo; }
- set { batchGroudNo = value; }
- }
- /// <summary>
- /// 工序代码(A\B\C\D.....)
- /// </summary>
- [Description("工序代码(A\\B\\C\\D.....)")]
- [Nullable(true)]
- [DataLength(1)]
- public string ProcessCode
- {
- get { return processCode; }
- set { processCode = value; }
- }
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 支数
- /// </summary>
- [Description("支数")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? ActCount
- {
- get { return actCount; }
- set { actCount = value; }
- }
- /// <summary>
- /// 实重
- /// </summary>
- [Description("实重")]
- [Nullable(true)]
- [DataLength(12)]
- public decimal? ActWeight
- {
- get { return actWeight; }
- set { actWeight = value; }
- }
- /// <summary>
- /// 理论重量
- /// </summary>
- [Description("理论重量")]
- [Nullable(true)]
- [DataLength(12)]
- public decimal? ActTheoryWeight
- {
- get { return actTheoryWeight; }
- set { actTheoryWeight = value; }
- }
- /// <summary>
- /// 原投料量
- /// </summary>
- [Description("原投料量")]
- [Nullable(true)]
- [DataLength(9)]
- public decimal? InputWeight
- {
- get { return inputWeight; }
- set { inputWeight = value; }
- }
- /// <summary>
- /// 原投料支数(单倍坯)
- /// </summary>
- [Description("原投料支数(单倍坯)")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? InputCount
- {
- get { return inputCount; }
- set { inputCount = value; }
- }
- /// <summary>
- /// 调整后投料量
- /// </summary>
- [Description("调整后投料量")]
- [Nullable(true)]
- [DataLength(9)]
- public decimal? InputWeight2
- {
- get { return inputWeight2; }
- set { inputWeight2 = value; }
- }
- /// <summary>
- /// 调整后料支数(单倍坯)
- /// </summary>
- [Description("调整后投料支数(单倍坯)")]
- [Nullable(true)]
- [DataLength(5)]
- public decimal? InputCount2
- {
- get { return inputCount2; }
- set { inputCount2 = value; }
- }
- /// <summary>
- /// 结转年月
- /// </summary>
- [Description("结转年月")]
- [Nullable(true)]
- [DataLength(6)]
- public string BalYearMonth
- {
- get { return balYearMonth; }
- set { balYearMonth = value; }
- }
- /// <summary>
- /// 申请判定顺序号
- /// </summary>
- [Description("申请判定顺序号")]
- [Nullable(false)]
- [DataLength(3)]
- public string JugdeApplySequeno
- {
- get { return jugdeApplySequeno; }
- set { jugdeApplySequeno = value; }
- }
- /// <summary>
- /// 操作人
- /// </summary>
- [Description("操作人")]
- [Nullable(true)]
- [DataLength(20)]
- public string ColName
- {
- get { return colName; }
- set { colName = value; }
- }
- /// <summary>
- /// 操作时间
- /// </summary>
- [Description("操作时间")]
- [Nullable(true)]
- public string ColTime
- {
- get { return colTime; }
- set { colTime = value; }
- }
- /// <summary>
- /// 生产产线名称
- /// </summary>
- [Description("生产产线名称")]
- [Nullable(true)]
- [DataLength(100)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
- /// </summary>
- [Description("质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)")]
- [Nullable(false)]
- [DataLength(22)]
- public decimal? QualityGroup
- {
- get { return qualityGroup; }
- set { qualityGroup = value; }
- }
- /// <summary>
- /// 材料去向代码
- /// </summary>
- [Description("材料去向代码")]
- [Nullable(false)]
- [DataLength(20)]
- public string MatGowhereCode
- {
- get { return matGowhereCode; }
- set { matGowhereCode = value; }
- }
- /// <summary>
- /// 材料去向
- /// </summary>
- [Description("材料去向")]
- [Nullable(true)]
- [DataLength(40)]
- public string MatGowhereName
- {
- get { return matGowhereName; }
- set { matGowhereName = value; }
- }
- /// <summary>
- /// 主键
- /// </summary>
- [Description("主键")]
- [Nullable(false)]
- [DataLength(40)]
- public string ColId
- {
- get { return colId; }
- set { colId = value; }
- }
- }
- }
|