| 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_F所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:doubi-PC 时间:2016-11-22
- /// </summary>
- public class CostCalculationFEntity
- {
- /// <summary>
- /// 排产年月
- /// </summary>
- private string yearMonth = "";
- /// <summary>
- /// 轧管订单编号
- /// </summary>
- private string proPlanId = "";
- /// <summary>
- /// 投入物料编码
- /// </summary>
- private string fInMaterialNo = "";
- /// <summary>
- /// 产出物料编码
- /// </summary>
- private string fOutMaterialNo = "";
- /// <summary>
- /// 产线
- /// </summary>
- private string fPline = "";
- /// <summary>
- /// 小时能力
- /// </summary>
- private decimal? fHrCapcty = null;
- /// <summary>
- /// 成材率(%)
- /// </summary>
- private decimal? fPrdRate = null;
- /// <summary>
- /// 排产量(产出量)
- /// </summary>
- private decimal? weigthSF = null;
- /// <summary>
- /// 制造总成本(元)
- /// </summary>
- private decimal? fZzcbCost = null;
- /// <summary>
- /// 返回金额
- /// </summary>
- private decimal? fFhCost = null;
- /// <summary>
- /// 热处理订单编号
- /// </summary>
- private string proPlanIdF = "";
- /// <summary>
- /// 折标后加工费(元)
- /// </summary>
- private decimal? fZbjgfCost = null;
- /// <summary>
- /// 完全成本(元)
- /// </summary>
- private decimal? fZcbCost = null;
- /// <summary>
- /// 总投入量
- /// </summary>
- private decimal? fInWeigthS = null;
- /// <summary>
- /// 投入物料描述
- /// </summary>
- private string fInMaterialDesc = "";
- /// <summary>
- /// 产出物料描述
- /// </summary>
- private string fOutMaterialDesc = "";
- /// <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 FInMaterialNo
- {
- get { return fInMaterialNo; }
- set { fInMaterialNo = value; }
- }
- /// <summary>
- /// 产出物料编码
- /// </summary>
- [Description("产出物料编码")]
- [Nullable(true)]
- [DataLength(30)]
- public string FOutMaterialNo
- {
- get { return fOutMaterialNo; }
- set { fOutMaterialNo = value; }
- }
- /// <summary>
- /// 产线
- /// </summary>
- [Description("产线")]
- [Nullable(true)]
- [DataLength(20)]
- public string FPline
- {
- get { return fPline; }
- set { fPline = value; }
- }
- /// <summary>
- /// 小时能力
- /// </summary>
- [Description("小时能力(支/小时)")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? FHrCapcty
- {
- get { return fHrCapcty; }
- set { fHrCapcty = value; }
- }
- /// <summary>
- /// 成材率(%)
- /// </summary>
- [Description("成材率(%)")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? FPrdRate
- {
- get { return fPrdRate; }
- set { fPrdRate = value; }
- }
- /// <summary>
- /// 排产量(产出量)
- /// </summary>
- [Description("排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSF
- {
- get { return weigthSF; }
- set { weigthSF = value; }
- }
- /// <summary>
- /// 制造总成本(元)
- /// </summary>
- [Description("制造总成本(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? FZzcbCost
- {
- get { return fZzcbCost; }
- set { fZzcbCost = value; }
- }
- /// <summary>
- /// 返回金额
- /// </summary>
- [Description("返回金额(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? FFhCost
- {
- get { return fFhCost; }
- set { fFhCost = value; }
- }
- /// <summary>
- /// 热处理订单编号
- /// </summary>
- [Description("热处理订单编号")]
- [Nullable(false)]
- [DataLength(20)]
- public string ProPlanIdF
- {
- get { return proPlanIdF; }
- set { proPlanIdF = value; }
- }
- /// <summary>
- /// 折标后加工费(元)
- /// </summary>
- [Description("折标后加工费(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? FZbjgfCost
- {
- get { return fZbjgfCost; }
- set { fZbjgfCost = value; }
- }
- /// <summary>
- /// 完全成本(元)
- /// </summary>
- [Description("完全成本(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? FZcbCost
- {
- get { return fZcbCost; }
- set { fZcbCost = value; }
- }
- /// <summary>
- /// 总投入量
- /// </summary>
- [Description("总投入量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? FInWeigthS
- {
- get { return fInWeigthS; }
- set { fInWeigthS = value; }
- }
- /// <summary>
- /// 投入物料描述
- /// </summary>
- [Description("投入物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string FInMaterialDesc
- {
- get { return fInMaterialDesc; }
- set { fInMaterialDesc = value; }
- }
- /// <summary>
- /// 产出物料描述
- /// </summary>
- [Description("产出物料")]
- [Nullable(true)]
- [DataLength(100)]
- public string FOutMaterialDesc
- {
- get { return fOutMaterialDesc; }
- set { fOutMaterialDesc = 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; }
- }
- }
- }
|