| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718 |
- 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.YdmBcPipeManage.Entity
- {
- /// <summary>
- /// 数据库表FMIS_BASE_PLINE所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:milu 时间:2021-12-10
- /// </summary>
- public class FmisBasePlineEntity
- {
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 管理科室代码
- /// </summary>
- private string departmentCode = "";
- /// <summary>
- /// 管理科室描述
- /// </summary>
- private string departmentDesc = "";
- /// <summary>
- /// 工序代码
- /// </summary>
- private string processCode = "";
- /// <summary>
- /// 工序描述
- /// </summary>
- private string processDesc = "";
- /// <summary>
- /// {老系统}产线代码
- /// </summary>
- private string plineCodeOld = "";
- /// <summary>
- /// 成品长度下限值
- /// </summary>
- private decimal? lengthMin = null;
- /// <summary>
- /// 成品长度上限值
- /// </summary>
- private decimal? lengthMax = null;
- /// <summary>
- /// 冷床长度(最大值)--轧管工序
- /// </summary>
- private decimal? lengthColdbed = null;
- /// <summary>
- /// 环型炉长度上限值--轧管工序
- /// </summary>
- private decimal? lengthMaxRing = null;
- /// <summary>
- /// 环型炉长度下限值--轧管工序
- /// </summary>
- private decimal? lengthMinRing = null;
- /// <summary>
- /// 脱管机长度下限值--轧管工序
- /// </summary>
- private decimal? lengthMinTube = null;
- /// <summary>
- /// 脱管机长度上限值--轧管工序
- /// </summary>
- private decimal? lengthMaxTube = null;
- /// <summary>
- /// 烧损率(%)--轧管工序
- /// </summary>
- private decimal? burnoutRate = null;
- /// <summary>
- /// 计划分组
- /// </summary>
- private string groupPlan = "";
- /// <summary>
- /// 缴库分组
- /// </summary>
- private string groupPay = "";
- /// <summary>
- /// 机组壁厚公差带能力%
- /// </summary>
- private decimal? toleranceZone = null;
- /// <summary>
- /// 管理部门代码
- /// </summary>
- private string departmentCodeP = "";
- /// <summary>
- /// 管理部门描述
- /// </summary>
- private string departmentDescP = "";
- /// <summary>
- /// 排产缩写码(计划专用)
- /// </summary>
- private string scheduleCode = "";
- /// <summary>
- /// 产线标识符(试样号字母标识)
- /// </summary>
- private string splineDesc = "";
- /// <summary>
- /// 来料长度下限
- /// </summary>
- private decimal? inMaterialLenMin = null;
- /// <summary>
- /// 来料长度上限
- /// </summary>
- private decimal? inMaterialLenMax = null;
- /// <summary>
- /// 性能批号产线标识
- /// </summary>
- private string samFcode = "";
- /// <summary>
- /// 批号规则区间(0-12;35-56)
- /// </summary>
- private string batchInterval = "";
- /// <summary>
- /// 检验委托号缩写
- /// </summary>
- private string checkNoShort = "";
- /// <summary>
- /// 生产厂
- /// </summary>
- private string factoryCode = "";
- /// <summary>
- /// 检查站
- /// </summary>
- private string checkStation = "";
- /// <summary>
- /// 投料库
- /// </summary>
- private string inRepository = "";
- /// <summary>
- /// 产出库
- /// </summary>
- private string outRepository = "";
- /// <summary>
- /// 标准流速
- /// </summary>
- private string velocityFlow = "";
- /// <summary>
- /// 所属制造商代码
- /// </summary>
- private string supplyUnitCode = "";
- /// <summary>
- /// 所属制造商
- /// </summary>
- private string supplyUnit = "";
- /// <summary>
- /// 核算中心
- /// </summary>
- private string accountingCenter = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateName = "";
- /// <summary>
- /// 修改时间
- /// </summary>
- private string updateTime = "";
- /// <summary>
- /// 删除人
- /// </summary>
- private string deleteName = "";
- /// <summary>
- /// 删除时间
- /// </summary>
- private string deleteTime = "";
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 备注
- /// </summary>
- private string memo = "";
- /// <summary>
- /// 同步状态 0未同步 1已同步
- /// </summary>
- private string syncFlag = "";
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线代码")]
- [Nullable(false)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 产线描述
- /// </summary>
- [Description("产线描述")]
- [Nullable(false)]
- [DataLength(100)]
- public string PlineName
- {
- get { return plineName; }
- set { plineName = value; }
- }
- /// <summary>
- /// 管理科室代码
- /// </summary>
- [Description("管理科室代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string DepartmentCode
- {
- get { return departmentCode; }
- set { departmentCode = value; }
- }
- /// <summary>
- /// 管理科室描述
- /// </summary>
- [Description("管理科室描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string DepartmentDesc
- {
- get { return departmentDesc; }
- set { departmentDesc = value; }
- }
- /// <summary>
- /// 工序代码
- /// </summary>
- [Description("工序代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string ProcessCode
- {
- get { return processCode; }
- set { processCode = value; }
- }
- /// <summary>
- /// 工序描述
- /// </summary>
- [Description("工序描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string ProcessDesc
- {
- get { return processDesc; }
- set { processDesc = value; }
- }
- /// <summary>
- /// {老系统}产线代码
- /// </summary>
- [Description("{老系统}产线代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCodeOld
- {
- get { return plineCodeOld; }
- set { plineCodeOld = value; }
- }
- /// <summary>
- /// 成品长度下限值
- /// </summary>
- [Description("成品长度下限值")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthMin
- {
- get { return lengthMin; }
- set { lengthMin = value; }
- }
- /// <summary>
- /// 成品长度上限值
- /// </summary>
- [Description("成品长度上限值")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthMax
- {
- get { return lengthMax; }
- set { lengthMax = value; }
- }
- /// <summary>
- /// 冷床长度(最大值)--轧管工序
- /// </summary>
- [Description("冷床长度(最大值)--轧管工序")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthColdbed
- {
- get { return lengthColdbed; }
- set { lengthColdbed = value; }
- }
- /// <summary>
- /// 环型炉长度上限值--轧管工序
- /// </summary>
- [Description("环型炉长度上限值--轧管工序")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthMaxRing
- {
- get { return lengthMaxRing; }
- set { lengthMaxRing = value; }
- }
- /// <summary>
- /// 环型炉长度下限值--轧管工序
- /// </summary>
- [Description("环型炉长度下限值--轧管工序")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthMinRing
- {
- get { return lengthMinRing; }
- set { lengthMinRing = value; }
- }
- /// <summary>
- /// 脱管机长度下限值--轧管工序
- /// </summary>
- [Description("脱管机长度下限值--轧管工序")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthMinTube
- {
- get { return lengthMinTube; }
- set { lengthMinTube = value; }
- }
- /// <summary>
- /// 脱管机长度上限值--轧管工序
- /// </summary>
- [Description("脱管机长度上限值--轧管工序")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? LengthMaxTube
- {
- get { return lengthMaxTube; }
- set { lengthMaxTube = value; }
- }
- /// <summary>
- /// 烧损率(%)--轧管工序
- /// </summary>
- [Description("烧损率(%)--轧管工序")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? BurnoutRate
- {
- get { return burnoutRate; }
- set { burnoutRate = value; }
- }
- /// <summary>
- /// 计划分组
- /// </summary>
- [Description("计划分组")]
- [Nullable(true)]
- [DataLength(20)]
- public string GroupPlan
- {
- get { return groupPlan; }
- set { groupPlan = value; }
- }
- /// <summary>
- /// 缴库分组
- /// </summary>
- [Description("缴库分组")]
- [Nullable(true)]
- [DataLength(20)]
- public string GroupPay
- {
- get { return groupPay; }
- set { groupPay = value; }
- }
- /// <summary>
- /// 机组壁厚公差带能力%
- /// </summary>
- [Description("机组壁厚公差带能力%")]
- [Nullable(true)]
- [DataLength(3)]
- public decimal? ToleranceZone
- {
- get { return toleranceZone; }
- set { toleranceZone = value; }
- }
- /// <summary>
- /// 管理部门代码
- /// </summary>
- [Description("管理部门代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string DepartmentCodeP
- {
- get { return departmentCodeP; }
- set { departmentCodeP = value; }
- }
- /// <summary>
- /// 管理部门描述
- /// </summary>
- [Description("管理部门描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string DepartmentDescP
- {
- get { return departmentDescP; }
- set { departmentDescP = value; }
- }
- /// <summary>
- /// 排产缩写码(计划专用)
- /// </summary>
- [Description("排产缩写码(计划专用)")]
- [Nullable(true)]
- [DataLength(10)]
- public string ScheduleCode
- {
- get { return scheduleCode; }
- set { scheduleCode = value; }
- }
- /// <summary>
- /// 产线标识符(试样号字母标识)
- /// </summary>
- [Description("产线标识符(试样号字母标识)")]
- [Nullable(true)]
- [DataLength(1)]
- public string SplineDesc
- {
- get { return splineDesc; }
- set { splineDesc = value; }
- }
- /// <summary>
- /// 来料长度下限
- /// </summary>
- [Description("来料长度下限")]
- [Nullable(true)]
- [DataLength(7)]
- public decimal? InMaterialLenMin
- {
- get { return inMaterialLenMin; }
- set { inMaterialLenMin = value; }
- }
- /// <summary>
- /// 来料长度上限
- /// </summary>
- [Description("来料长度上限")]
- [Nullable(true)]
- [DataLength(7)]
- public decimal? InMaterialLenMax
- {
- get { return inMaterialLenMax; }
- set { inMaterialLenMax = value; }
- }
- /// <summary>
- /// 性能批号产线标识
- /// </summary>
- [Description("性能批号产线标识")]
- [Nullable(true)]
- [DataLength(4)]
- public string SamFcode
- {
- get { return samFcode; }
- set { samFcode = value; }
- }
- /// <summary>
- /// 批号规则区间(0-12;35-56)
- /// </summary>
- [Description("批号规则区间(0-12;35-56)")]
- [Nullable(true)]
- [DataLength(100)]
- public string BatchInterval
- {
- get { return batchInterval; }
- set { batchInterval = value; }
- }
- /// <summary>
- /// 检验委托号缩写
- /// </summary>
- [Description("检验委托号缩写")]
- [Nullable(true)]
- [DataLength(2)]
- public string CheckNoShort
- {
- get { return checkNoShort; }
- set { checkNoShort = value; }
- }
- /// <summary>
- /// 生产厂
- /// </summary>
- [Description("生产厂")]
- [Nullable(true)]
- [DataLength(20)]
- public string FactoryCode
- {
- get { return factoryCode; }
- set { factoryCode = value; }
- }
- /// <summary>
- /// 检查站
- /// </summary>
- [Description("检查站")]
- [Nullable(true)]
- [DataLength(20)]
- public string CheckStation
- {
- get { return checkStation; }
- set { checkStation = value; }
- }
- /// <summary>
- /// 投料库
- /// </summary>
- [Description("投料库")]
- [Nullable(true)]
- [DataLength(5)]
- public string InRepository
- {
- get { return inRepository; }
- set { inRepository = value; }
- }
- /// <summary>
- /// 产出库
- /// </summary>
- [Description("产出库 ")]
- [Nullable(true)]
- [DataLength(5)]
- public string OutRepository
- {
- get { return outRepository; }
- set { outRepository = value; }
- }
- /// <summary>
- /// 标准流速
- /// </summary>
- [Description("标准流速")]
- [Nullable(true)]
- [DataLength(10)]
- public string VelocityFlow
- {
- get { return velocityFlow; }
- set { velocityFlow = value; }
- }
- /// <summary>
- /// 所属制造商代码
- /// </summary>
- [Description("所属制造商代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string SupplyUnitCode
- {
- get { return supplyUnitCode; }
- set { supplyUnitCode = value; }
- }
- /// <summary>
- /// 所属制造商
- /// </summary>
- [Description("所属制造商")]
- [Nullable(true)]
- [DataLength(20)]
- public string SupplyUnit
- {
- get { return supplyUnit; }
- set { supplyUnit = value; }
- }
- /// <summary>
- /// 核算中心
- /// </summary>
- [Description("核算中心")]
- [Nullable(true)]
- [DataLength(20)]
- public string AccountingCenter
- {
- get { return accountingCenter; }
- set { accountingCenter = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [Nullable(true)]
- [DataLength(20)]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- [Nullable(true)]
- [DataLength(20)]
- public string UpdateName
- {
- get { return updateName; }
- set { updateName = value; }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- [Description("修改时间")]
- [Nullable(true)]
- public string UpdateTime
- {
- get { return updateTime; }
- set { updateTime = value; }
- }
- /// <summary>
- /// 删除人
- /// </summary>
- [Description("删除人")]
- [Nullable(true)]
- [DataLength(20)]
- public string DeleteName
- {
- get { return deleteName; }
- set { deleteName = value; }
- }
- /// <summary>
- /// 删除时间
- /// </summary>
- [Description("删除时间")]
- [Nullable(true)]
- public string DeleteTime
- {
- get { return deleteTime; }
- set { deleteTime = value; }
- }
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- [Description("有效标志(1:有效,0:无效)")]
- [Nullable(false)]
- [DataLength(1)]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- [Description("备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- /// <summary>
- /// 同步状态 0未同步 1已同步
- /// </summary>
- [Description("同步状态 0未同步 1已同步")]
- [Nullable(true)]
- [DataLength(1)]
- public string SyncFlag
- {
- get { return syncFlag; }
- set { syncFlag = value; }
- }
- }
- }
|