| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398 |
- 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.PnCost.Models
- {
- /// <summary>
- /// 数据库表COST_CALCULATION_E所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:doubi-PC 时间:2016-11-22
- /// </summary>
- public class CostCalculationEEntity
- {
- /// <summary>
- /// 排产年月
- /// </summary>
- private string yearMonth = "";
- /// <summary>
- /// 轧管订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string eInMaterialNo = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string eOutMaterialNo = "";
- /// <summary>
- /// 产线
- /// </summary>
- private string ePline = "";
- /// <summary>
- /// 小时能力(t/h)
- /// </summary>
- private decimal? eHrCapcty = null;
- /// <summary>
- /// 成材率(%)
- /// </summary>
- private decimal? ePrdRate = null;
- /// <summary>
- /// 排产量(产出量)
- /// </summary>
- private decimal? weigthSE = null;
- /// <summary>
- /// 制造总成本(元)
- /// </summary>
- private decimal? eZzcbCost = null;
- /// <summary>
- /// 返回金额
- /// </summary>
- private decimal? eFhCost = null;
- /// <summary>
- /// 镦拨扩订单编号
- /// </summary>
- private string proPlanIdE = "";
- /// <summary>
- /// 折标后加工费(元)
- /// </summary>
- private decimal? eZbjgfCost = null;
- /// <summary>
- /// 完全成本(元)
- /// </summary>
- private decimal? eZcbCost = null;
- /// <summary>
- /// 总投入量
- /// </summary>
- private decimal? eInWeigthS = null;
- /// <summary>
- /// 投入物料描述
- /// </summary>
- private string eInMaterialDesc = "";
- /// <summary>
- /// 产出物料描述
- /// </summary>
- private string eOutMaterialDesc = "";
- /// <summary>
- /// 品名描述
- /// </summary>
- private string producname = "";
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- private string steelname = "";
- /// <summary>
- /// 标准类别描述
- /// </summary>
- private string stdStyleDesc = "";
- /// <summary>
- /// 产品规格描述
- /// </summary>
- private string specName = "";
- /// <summary>
- /// 扣型描述
- /// </summary>
- private string modelDesc = "";
- /// <summary>
- /// 合同号/行号
- /// </summary>
- private string orderNo = "";
- /// <summary>
- /// 客户名称
- /// </summary>
- private string customerNm = "";
- /// <summary>
- /// 销售组织描述
- /// </summary>
- private string saleOrgDesc = "";
- /// <summary>
- /// 排产年月
- /// </summary>
- [Description("排产年月")]
- [Nullable(false)]
- [DataLength(6)]
- public string YearMonth
- {
- get { return yearMonth; }
- set { yearMonth = value; }
- }
- /// <summary>
- /// 轧管订单编号
- /// </summary>
- [Description("轧管订单编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- /// <summary>
- /// 投入物料编码
- /// </summary>
- [Description("投入物料编码 ")]
- [Nullable(true)]
- [DataLength(30)]
- public string EInMaterialNo
- {
- get { return eInMaterialNo; }
- set { eInMaterialNo = value; }
- }
- /// <summary>
- /// 产出物料编码
- /// </summary>
- [Description("产出物料编码")]
- [Nullable(true)]
- [DataLength(30)]
- public string EOutMaterialNo
- {
- get { return eOutMaterialNo; }
- set { eOutMaterialNo = value; }
- }
- /// <summary>
- /// 产线
- /// </summary>
- [Description("产线")]
- [Nullable(true)]
- [DataLength(20)]
- public string EPline
- {
- get { return ePline; }
- set { ePline = value; }
- }
- /// <summary>
- /// 小时能力(t/h)
- /// </summary>
- [Description("小时能力(支/小时)")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EHrCapcty
- {
- get { return eHrCapcty; }
- set { eHrCapcty = value; }
- }
- /// <summary>
- /// 成材率(%)
- /// </summary>
- [Description("成材率(%)")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EPrdRate
- {
- get { return ePrdRate; }
- set { ePrdRate = value; }
- }
- /// <summary>
- /// 排产量(产出量)
- /// </summary>
- [Description("排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSE
- {
- get { return weigthSE; }
- set { weigthSE = value; }
- }
- /// <summary>
- /// 制造总成本(元)
- /// </summary>
- [Description("制造总成本(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? EZzcbCost
- {
- get { return eZzcbCost; }
- set { eZzcbCost = value; }
- }
- /// <summary>
- /// 返回金额
- /// </summary>
- [Description("返回金额(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? EFhCost
- {
- get { return eFhCost; }
- set { eFhCost = value; }
- }
- /// <summary>
- /// 镦拨扩订单编号
- /// </summary>
- [Description("镦拨扩订单编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ProPlanIdE
- {
- get { return proPlanIdE; }
- set { proPlanIdE = value; }
- }
- /// <summary>
- /// 折标后加工费(元)
- /// </summary>
- [Description("折标后加工费(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? EZbjgfCost
- {
- get { return eZbjgfCost; }
- set { eZbjgfCost = value; }
- }
- /// <summary>
- /// 完全成本(元)
- /// </summary>
- [Description("完全成本(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? EZcbCost
- {
- get { return eZcbCost; }
- set { eZcbCost = value; }
- }
- /// <summary>
- /// 总投入量
- /// </summary>
- [Description("总投入量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? EInWeigthS
- {
- get { return eInWeigthS; }
- set { eInWeigthS = value; }
- }
- /// <summary>
- /// 投入物料描述
- /// </summary>
- [Description("投入物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string EInMaterialDesc
- {
- get { return eInMaterialDesc; }
- set { eInMaterialDesc = value; }
- }
- /// <summary>
- /// 产出物料描述
- /// </summary>
- [Description("产出物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string EOutMaterialDesc
- {
- get { return eOutMaterialDesc; }
- set { eOutMaterialDesc = value; }
- }
- /// <summary>
- /// 品名描述
- /// </summary>
- [Description("品名")]
- [Nullable(true)]
- [DataLength(100)]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- /// <summary>
- /// 钢级(牌号)名称
- /// </summary>
- [Description("钢级(牌号)")]
- [Nullable(true)]
- [DataLength(100)]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- /// <summary>
- /// 标准类别描述
- /// </summary>
- [Description("标准类别")]
- [Nullable(true)]
- [DataLength(50)]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- /// <summary>
- /// 产品规格描述
- /// </summary>
- [Description("产品规格")]
- [Nullable(true)]
- [DataLength(100)]
- public string SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- /// <summary>
- /// 扣型描述
- /// </summary>
- [Description("扣型")]
- [Nullable(true)]
- [DataLength(100)]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- /// <summary>
- /// 合同号/行号
- /// </summary>
- [Description("合同号/行号")]
- [Nullable(true)]
- [DataLength(25)]
- public string OrderNo
- {
- get { return orderNo; }
- set { orderNo = value; }
- }
- /// <summary>
- /// 客户名称
- /// </summary>
- [Description("客户名称")]
- [Nullable(true)]
- [DataLength(60)]
- public string CustomerNm
- {
- get { return customerNm; }
- set { customerNm = value; }
- }
- /// <summary>
- /// 销售组织描述
- /// </summary>
- [Description("销售组织")]
- [Nullable(true)]
- [DataLength(20)]
- public string SaleOrgDesc
- {
- get { return saleOrgDesc; }
- set { saleOrgDesc = value; }
- }
- }
- }
|