| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.ComponentModel;
- using Core.Mes.Client.Comm.Attribute;
- namespace Core.StlMes.Client.SaleOrder
- {
- /// <summary>
- /// 数据库表SLM_BASE_MATERIAL_D_PL所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:Chenxi-PC2 时间:2015-09-10
- /// </summary>
- public class SlmBaseMaterialDPlEntity
- {
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string inMaterialNo = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string outMaterialNo = "";
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 产线描述
- /// </summary>
- private string plineName = "";
- /// <summary>
- /// 小时能力(t/h)
- /// </summary>
- private decimal? hrCapcty = null;
- /// <summary>
- /// 成材率(%)
- /// </summary>
- private decimal? prdRate = null;
- /// <summary>
- /// 最大倍尺数
- /// </summary>
- private decimal? dblLenMax = null;
- /// <summary>
- /// 轧制长度(Min)(M)
- /// </summary>
- private decimal? rolLenMin = null;
- /// <summary>
- /// 轧制长度(Max)(M)
- /// </summary>
- private decimal? rolLenMax = null;
- /// <summary>
- /// 切头尾(MM)
- /// </summary>
- private decimal? cropEnd = null;
- /// <summary>
- /// 芯棒尺寸(MM)
- /// </summary>
- private decimal? mandrelSize = null;
- /// <summary>
- /// 禁用标识(依据监制点的信息可以获取)
- /// </summary>
- private bool disableFl = false;
- /// <summary>
- /// 切头(MM)
- /// </summary>
- private decimal? cropHead = null;
- /// <summary>
- /// 每万支废品数
- /// </summary>
- private decimal? wasteRate = null;
- /// <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 = "";
- private string inMaterialDesc;
- private string outMaterialDesc = "";
- private decimal? plineLevel = null;
- private string processingCost = "";
- private decimal? tubeEndRatio = null;
- /// <summary>
- /// 加工成本
- /// </summary>
- [Description("加工费")]
- [Nullable(false)]
- [DataLength(30)]
- public string ProcessingCost
- {
- get { return processingCost; }
- set { processingCost = value; }
- }
- private string totalCost = "";
- /// <summary>
- /// 完全成本
- /// </summary>
- [Description("工序成本")]
- [Nullable(false)]
- [DataLength(30)]
- public string TotalCost
- {
- get { return totalCost; }
- set { totalCost = value; }
- }
- /// <summary>
- /// 投入物料编码
- /// </summary>
- [Description("投入物料编码")]
- [Nullable(false)]
- [DataLength(30)]
- public string InMaterialNo
- {
- get { return inMaterialNo; }
- set { inMaterialNo = value; }
- }
- /// <summary>
- /// 产出物料编码
- /// </summary>
- [Description("产出物料编码")]
- [Nullable(false)]
- [DataLength(30)]
- public string OutMaterialNo
- {
- get { return outMaterialNo; }
- set { outMaterialNo = value; }
- }
- /// <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>
- /// 小时能力(t/h)
- /// </summary>
- [Description("小时能力(支/小时)")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? HrCapcty
- {
- get { return hrCapcty; }
- set { hrCapcty = value; }
- }
- /// <summary>
- /// 成材率(%)
- /// </summary>
- [Description("成材率(%)")]
- [Nullable(true)]
- [DataLength(4)]
- public decimal? PrdRate
- {
- get { return prdRate; }
- set { prdRate = value; }
- }
- /// <summary>
- /// 最大分切数
- /// </summary>
- [Description("最大分切数")]
- [Nullable(true)]
- [DataLength(1)]
- public decimal? DblLenMax
- {
- get { return dblLenMax; }
- set { dblLenMax = value; }
- }
- /// <summary>
- /// 轧制长度(Min)(M)
- /// </summary>
- [Description("轧制长度(Min)(M)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? RolLenMin
- {
- get { return rolLenMin; }
- set { rolLenMin = value; }
- }
- /// <summary>
- /// 轧制长度(Max)(M)
- /// </summary>
- [Description("轧制长度(Max)(M)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? RolLenMax
- {
- get { return rolLenMax; }
- set { rolLenMax = value; }
- }
- /// <summary>
- /// 切头尾(MM)
- /// </summary>
- [Description("切尾(MM)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? CropEnd
- {
- get { return cropEnd; }
- set { cropEnd = value; }
- }
- /// <summary>
- /// 芯棒尺寸(MM)
- /// </summary>
- [Description("芯棒尺寸(MM)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? MandrelSize
- {
- get { return mandrelSize; }
- set { mandrelSize = value; }
- }
- /// <summary>
- /// 禁用标识(依据监制点的信息可以获取)
- /// </summary>
- [Description("禁用标识")]
- [Nullable(true)]
- [DataLength(1)]
- public bool DisableFl
- {
- get { return disableFl; }
- set { disableFl = value; }
- }
- /// <summary>
- /// 切头(MM)
- /// </summary>
- [Description("切头(MM)")]
- [Nullable(true)]
- [DataLength(6)]
- public decimal? CropHead
- {
- get { return cropHead; }
- set { cropHead = value; }
- }
- /// <summary>
- /// 每万支废品数
- /// </summary>
- [Description("每万支废品数")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? WasteRate
- {
- get { return wasteRate; }
- set { wasteRate = 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>
- /// 投入物料描述
- /// </summary>
- [Description("投入物料描述")]
- public string InMaterialDesc
- {
- get { return inMaterialDesc; }
- set { inMaterialDesc = value; }
- }
- /// <summary>
- /// 产出物料描述
- /// </summary>
- [Description("产出物料描述")]
- public string OutMaterialDesc
- {
- get { return outMaterialDesc; }
- set { outMaterialDesc = value; }
- }
- /// <summary>
- /// 优先级
- /// </summary>
- [Description("优先级")]
- [Nullable(true)]
- public decimal? PlineLevel
- {
- get { return plineLevel; }
- set { plineLevel = value; }
- }
- /// <summary>
- /// 管端系数
- /// </summary>
- [Description("管端增厚系数")]
- [Nullable(true)]
- public decimal? TubeEndRatio
- {
- get { return tubeEndRatio; }
- set { tubeEndRatio = value; }
- }
- }
- }
|