| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656 |
- 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.Mcp.Entity
- {
- /// <summary>
- /// 数据库表COUPLING_OFFLINE_RESULT所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:MS-20181101OWOO 时间:2018-11-13
- /// </summary>
- public class CouplingOfflineResultEntity
- {
- /// <summary>
- /// 实绩编号
- /// </summary>
- private string resultNo = "";
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 炉次计划号
- /// </summary>
- private string zyPlanId = "";
- /// <summary>
- /// 工单号(炉次计划号+01流水)
- /// </summary>
- private string woId = "";
- /// <summary>
- /// 工序点代码(上料、切管、车丝。。。。)
- /// </summary>
- private string stationCode = "";
- /// <summary>
- /// 工序点名称
- /// </summary>
- private string stationDesc = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 批号(炉批号)
- /// </summary>
- private string batchNo = "";
- /// <summary>
- /// 离线(支)个数
- /// </summary>
- private decimal? offlineNum = null;
- /// <summary>
- /// 离线重量
- /// </summary>
- private decimal? offlineWt = null;
- /// <summary>
- /// 是否委托(0否,1是,2全工序委托)
- /// </summary>
- private string ifAllOutWork = "";
- /// <summary>
- /// 粗加工类型(扒皮0、镗孔1)
- /// </summary>
- private string harshType = "";
- /// <summary>
- /// 涂层类型(磷化、镀铜)
- /// </summary>
- private string coatingType = "";
- /// <summary>
- /// 机床编号
- /// </summary>
- private string machineNo = "";
- /// <summary>
- /// 采集方式(0-接口采集,1-人工录入)
- /// </summary>
- private string colMode = "";
- /// <summary>
- /// 采集/录入时间
- /// </summary>
- private string colTime = "";
- /// <summary>
- /// 操作人
- /// </summary>
- private string colUser = "";
- /// <summary>
- /// 操作班次
- /// </summary>
- private string colShift = "";
- /// <summary>
- /// 操作班组
- /// </summary>
- private string colGroup = "";
- /// <summary>
- /// 操作时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 序号
- /// </summary>
- private string offXh = "";
- /// <summary>
- /// 返线支数
- /// </summary>
- private decimal? reNum = null;
- /// <summary>
- /// 返线重量
- /// </summary>
- private decimal? reWt = null;
- /// <summary>
- /// 返线工序点
- /// </summary>
- private string returnProcess = "";
- /// <summary>
- /// 返线时间
- /// </summary>
- private string reTime = "";
- /// <summary>
- /// 返线人
- /// </summary>
- private string reName = "";
- /// <summary>
- /// 委外单号
- /// </summary>
- private string subcontractNo = "";
- /// <summary>
- /// 委外单号序号
- /// </summary>
- private string subcontractNoSeq = "";
- /// <summary>
- /// 委外支数
- /// </summary>
- private decimal? subcontractNum = null;
- /// <summary>
- /// 委外重量
- /// </summary>
- private decimal? subcontractWt = null;
- /// <summary>
- /// 委外时间
- /// </summary>
- private string subcontractTime = "";
- /// <summary>
- /// 委外人
- /// </summary>
- private string subcontractName = "";
- /// <summary>
- /// 委外回报合格支数
- /// </summary>
- private decimal? subcontractcompleteNum = null;
- /// <summary>
- /// 委外回报合格重量
- /// </summary>
- private decimal? subcontractcompleteWt = null;
- /// <summary>
- /// 委外回报废品支数
- /// </summary>
- private decimal? hbFpNum = null;
- /// <summary>
- /// 委外回报废品重量
- /// </summary>
- private decimal? hbFpWt = null;
- /// <summary>
- /// 委外回报时间
- /// </summary>
- private string subcontractcompleteTime = "";
- /// <summary>
- /// 委外回报人
- /// </summary>
- private string subcontractcompleteName = "";
- /// <summary>
- /// 离线备注
- /// </summary>
- private string memo = "";
- private string plineName = "";
- private string batchGroudNo = "";
- /// <summary>
- /// 实绩编号
- /// </summary>
- [Description("实绩编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ResultNo
- {
- get { return resultNo; }
- set { resultNo = value; }
- }
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线代码")]
- [Nullable(false)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- [Description("产线")]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 工单号(炉次计划号+01流水)
- /// </summary>
- [Description("工单号")]
- [Nullable(false)]
- [DataLength(40)]
- public string WoId
- {
- get { return woId; }
- set { woId = value; }
- }
- /// <summary>
- /// 工序点代码(上料、切管、车丝。。。。)
- /// </summary>
- [Description("工序点代码")]
- [Nullable(false)]
- [DataLength(20)]
- public string StationCode
- {
- get { return stationCode; }
- set { stationCode = value; }
- }
- /// <summary>
- /// 工序点名称
- /// </summary>
- [Description("工序点")]
- [Nullable(true)]
- [DataLength(40)]
- public string StationDesc
- {
- get { return stationDesc; }
- set { stationDesc = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [Nullable(false)]
- [DataLength(6)]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 批号(炉批号)
- /// </summary>
- [Description("批号")]
- [Nullable(false)]
- [DataLength(10)]
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 组号
- /// </summary>
- [Description("组号")]
- [Nullable(true)]
- [DataLength(3)]
- public string BatchGroudNo
- {
- get { return batchGroudNo; }
- set { batchGroudNo = value; }
- }
- /// <summary>
- /// 离线(支)个数
- /// </summary>
- [Description("离线个(支)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? OfflineNum
- {
- get { return offlineNum; }
- set { offlineNum = value; }
- }
- /// <summary>
- /// 离线重量
- /// </summary>
- [Description("离线吨")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? OfflineWt
- {
- get { return offlineWt; }
- set { offlineWt = value; }
- }
- /// <summary>
- /// 是否委托(0否,1是,2全工序委托)
- /// </summary>
- [Description("是否委托")]
- [Nullable(true)]
- [DataLength(1)]
- public string IfAllOutWork
- {
- get { return ifAllOutWork; }
- set { ifAllOutWork = value; }
- }
- /// <summary>
- /// 粗加工类型(扒皮0、镗孔1)
- /// </summary>
- [Description("粗加工类型")]
- [Nullable(true)]
- [DataLength(1)]
- public string HarshType
- {
- get { return harshType; }
- set { harshType = value; }
- }
- /// <summary>
- /// 涂层类型(磷化、镀铜)
- /// </summary>
- [Description("涂层类型")]
- [Nullable(true)]
- [DataLength(1)]
- public string CoatingType
- {
- get { return coatingType; }
- set { coatingType = value; }
- }
- /// <summary>
- /// 机床编号
- /// </summary>
- [Description("机床编号")]
- [Nullable(true)]
- [DataLength(20)]
- public string MachineNo
- {
- get { return machineNo; }
- set { machineNo = value; }
- }
- /// <summary>
- /// 采集方式(0-接口采集,1-人工录入)
- /// </summary>
- [Description("录入方式")]
- [Nullable(true)]
- [DataLength(1)]
- public string ColMode
- {
- get { return colMode; }
- set { colMode = value; }
- }
- /// <summary>
- /// 采集/录入时间
- /// </summary>
- [Description("录入时间")]
- [Nullable(true)]
- public string ColTime
- {
- get { return colTime; }
- set { colTime = value; }
- }
- /// <summary>
- /// 操作人
- /// </summary>
- [Description("操作人")]
- [Nullable(true)]
- [DataLength(20)]
- public string ColUser
- {
- get { return colUser; }
- set { colUser = value; }
- }
- /// <summary>
- /// 操作班次
- /// </summary>
- [Description("班次")]
- [Nullable(true)]
- [DataLength(2)]
- public string ColShift
- {
- get { return colShift; }
- set { colShift = value; }
- }
- /// <summary>
- /// 操作班组
- /// </summary>
- [Description("班组")]
- [Nullable(true)]
- [DataLength(2)]
- public string ColGroup
- {
- get { return colGroup; }
- set { colGroup = value; }
- }
- /// <summary>
- /// 操作时间
- /// </summary>
- [Description("操作时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 序号
- /// </summary>
- [Description("序号")]
- [Nullable(false)]
- [DataLength(3)]
- public string OffXh
- {
- get { return offXh; }
- set { offXh = value; }
- }
- /// <summary>
- /// 返线支数
- /// </summary>
- [Description("返线个")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? ReNum
- {
- get { return reNum; }
- set { reNum = value; }
- }
- /// <summary>
- /// 返线重量
- /// </summary>
- [Description("返线吨")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? ReWt
- {
- get { return reWt; }
- set { reWt = value; }
- }
- /// <summary>
- /// 返线工序点
- /// </summary>
- [Description("返线工序点")]
- [Nullable(true)]
- [DataLength(10)]
- public string ReturnProcess
- {
- get { return returnProcess; }
- set { returnProcess = value; }
- }
- /// <summary>
- /// 返线时间
- /// </summary>
- [Description("返线时间")]
- [Nullable(true)]
- public string ReTime
- {
- get { return reTime; }
- set { reTime = value; }
- }
- /// <summary>
- /// 返线人
- /// </summary>
- [Description("返线人")]
- [Nullable(true)]
- [DataLength(20)]
- public string ReName
- {
- get { return reName; }
- set { reName = value; }
- }
- /// <summary>
- /// 委外单号
- /// </summary>
- [Description("委外单号")]
- [Nullable(true)]
- [DataLength(20)]
- public string SubcontractNo
- {
- get { return subcontractNo; }
- set { subcontractNo = value; }
- }
- /// <summary>
- /// 委外单号序号
- /// </summary>
- [Description("委外单号序号")]
- [Nullable(true)]
- [DataLength(20)]
- public string SubcontractNoSeq
- {
- get { return subcontractNoSeq; }
- set { subcontractNoSeq = value; }
- }
- /// <summary>
- /// 委外支数
- /// </summary>
- [Description("委外个")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? SubcontractNum
- {
- get { return subcontractNum; }
- set { subcontractNum = value; }
- }
- /// <summary>
- /// 委外重量
- /// </summary>
- [Description("委外吨")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? SubcontractWt
- {
- get { return subcontractWt; }
- set { subcontractWt = value; }
- }
- /// <summary>
- /// 委外时间
- /// </summary>
- [Description("委外时间")]
- [Nullable(true)]
- public string SubcontractTime
- {
- get { return subcontractTime; }
- set { subcontractTime = value; }
- }
- /// <summary>
- /// 委外人
- /// </summary>
- [Description("委外人")]
- [Nullable(true)]
- [DataLength(20)]
- public string SubcontractName
- {
- get { return subcontractName; }
- set { subcontractName = value; }
- }
- /// <summary>
- /// 委外回报合格支数
- /// </summary>
- [Description("委外回报合格个")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? SubcontractcompleteNum
- {
- get { return subcontractcompleteNum; }
- set { subcontractcompleteNum = value; }
- }
- /// <summary>
- /// 委外回报合格重量
- /// </summary>
- [Description("委外回报合格吨")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? SubcontractcompleteWt
- {
- get { return subcontractcompleteWt; }
- set { subcontractcompleteWt = value; }
- }
- /// <summary>
- /// 委外回报废品支数
- /// </summary>
- [Description("委外回报废品个")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? HbFpNum
- {
- get { return hbFpNum; }
- set { hbFpNum = value; }
- }
- /// <summary>
- /// 委外回报废品重量
- /// </summary>
- [Description("委外回报废品吨")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? HbFpWt
- {
- get { return hbFpWt; }
- set { hbFpWt = value; }
- }
- /// <summary>
- /// 委外回报时间
- /// </summary>
- [Description("委外回报时间")]
- [Nullable(true)]
- public string SubcontractcompleteTime
- {
- get { return subcontractcompleteTime; }
- set { subcontractcompleteTime = value; }
- }
- /// <summary>
- /// 委外回报人
- /// </summary>
- [Description("委外回报人")]
- [Nullable(true)]
- [DataLength(20)]
- public string SubcontractcompleteName
- {
- get { return subcontractcompleteName; }
- set { subcontractcompleteName = value; }
- }
- /// <summary>
- /// 离线备注
- /// </summary>
- [Description("离线备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- private decimal? offlineNumBj =null;
- [Description("离线编辑个(支)")]
- public decimal? OfflineNumBj
- {
- get { return offlineNumBj; }
- set { offlineNumBj = value; }
- }
- private string returnProcessDes = "";
- [Description("返线工序点")]
- public string ReturnProcessDes
- {
- get { return returnProcessDes; }
- set { returnProcessDes = value; }
- }
- }
- }
|