| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- 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_GTL所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:doubi-PC 时间:2016-11-18
- /// </summary>
- public class CostCalculationGtlEntity
- {
- /// <summary>
- /// 年月
- /// </summary>
- private string yearMonth = "";
- /// <summary>
- /// 铁水(t)
- /// </summary>
- private decimal? wlTs = null;
- /// <summary>
- /// 生铁(t)
- /// </summary>
- private decimal? wlSt = null;
- /// <summary>
- /// 废钢(t)
- /// </summary>
- private decimal? wlFg = null;
- /// <summary>
- /// 铁水采购单价(元)
- /// </summary>
- private decimal? wlTsCost = null;
- /// <summary>
- /// 生铁采购单价(元)
- /// </summary>
- private decimal? wlStCost = null;
- /// <summary>
- /// 废钢采购单价(元)
- /// </summary>
- private decimal? wlFgCost = null;
- /// <summary>
- /// 当前年月钢铁料总成本(元)
- /// </summary>
- private decimal? sumCost = null;
- /// <summary>
- /// 无注释
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 备注说明
- /// </summary>
- private string memo = "";
- /// <summary>
- /// 电炉总投料量
- /// </summary>
- private decimal? weigthST = null;
- /// <summary>
- /// 电炉排产量(产出量)
- /// </summary>
- private decimal? weigthSA = null;
- /// <summary>
- /// 铸造排产量(产出量)
- /// </summary>
- private decimal? weigthSB = null;
- /// <summary>
- /// 锻造排产量(产出量)
- /// </summary>
- private decimal? weigthSC = null;
- /// <summary>
- /// 轧管排产量(产出量)
- /// </summary>
- private decimal? weigthSD = null;
- /// <summary>
- /// 镦拨扩排产量(产出量)
- /// </summary>
- private decimal? weigthSE = null;
- /// <summary>
- /// 热处理排产量(产出量)
- /// </summary>
- private decimal? weigthSF = null;
- /// <summary>
- /// 加工排产量(产出量)
- /// </summary>
- private decimal? weigthSG = null;
- /// <summary>
- /// 接箍排产量(产出量)
- /// </summary>
- private decimal? weigthSH = null;
- /// <summary>
- /// 管坯外购量
- /// </summary>
- private decimal? wlWg = null;
- /// <summary>
- /// 年月
- /// </summary>
- [Description("年月")]
- [Nullable(false)]
- [DataLength(6)]
- public string YearMonth
- {
- get { return yearMonth; }
- set { yearMonth = value; }
- }
- /// <summary>
- /// 铁水(t)
- /// </summary>
- [Description("铁水(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlTs
- {
- get { return wlTs; }
- set { wlTs = value; }
- }
- /// <summary>
- /// 生铁(t)
- /// </summary>
- [Description("生铁(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlSt
- {
- get { return wlSt; }
- set { wlSt = value; }
- }
- /// <summary>
- /// 废钢(t)
- /// </summary>
- [Description("废钢(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlFg
- {
- get { return wlFg; }
- set { wlFg = value; }
- }
- /// <summary>
- /// 铁水采购单价(元)
- /// </summary>
- [Description("铁水采购单价(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlTsCost
- {
- get { return wlTsCost; }
- set { wlTsCost = value; }
- }
- /// <summary>
- /// 生铁采购单价(元)
- /// </summary>
- [Description("生铁采购单价(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlStCost
- {
- get { return wlStCost; }
- set { wlStCost = value; }
- }
- /// <summary>
- /// 废钢采购单价(元)
- /// </summary>
- [Description("废钢采购单价(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlFgCost
- {
- get { return wlFgCost; }
- set { wlFgCost = value; }
- }
- /// <summary>
- /// 当前年月钢铁料总成本(元)
- /// </summary>
- [Description("当前年月钢铁料总成本(元)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? SumCost
- {
- get { return sumCost; }
- set { sumCost = value; }
- }
- /// <summary>
- /// 无注释
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 备注说明
- /// </summary>
- [Description("备注说明")]
- [Nullable(true)]
- [DataLength(500)]
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- /// <summary>
- /// 电炉总投料量
- /// </summary>
- [Description("电炉总投料量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthST
- {
- get { return weigthST; }
- set { weigthST = value; }
- }
- /// <summary>
- /// 电炉排产量(产出量)
- /// </summary>
- [Description("电炉排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSA
- {
- get { return weigthSA; }
- set { weigthSA = value; }
- }
- /// <summary>
- /// 铸造排产量(产出量)
- /// </summary>
- [Description("铸造排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSB
- {
- get { return weigthSB; }
- set { weigthSB = value; }
- }
- /// <summary>
- /// 锻造排产量(产出量)
- /// </summary>
- [Description("锻造排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSC
- {
- get { return weigthSC; }
- set { weigthSC = value; }
- }
- /// <summary>
- /// 轧管排产量(产出量)
- /// </summary>
- [Description("轧管排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSD
- {
- get { return weigthSD; }
- set { weigthSD = value; }
- }
- /// <summary>
- /// 镦拨扩排产量(产出量)
- /// </summary>
- [Description("镦拨扩排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSE
- {
- get { return weigthSE; }
- set { weigthSE = value; }
- }
- /// <summary>
- /// 热处理排产量(产出量)
- /// </summary>
- [Description("热处理排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSF
- {
- get { return weigthSF; }
- set { weigthSF = value; }
- }
- /// <summary>
- /// 加工排产量(产出量)
- /// </summary>
- [Description("加工排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSG
- {
- get { return weigthSG; }
- set { weigthSG = value; }
- }
- /// <summary>
- /// 接箍排产量(产出量)
- /// </summary>
- [Description("接箍排产量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WeigthSH
- {
- get { return weigthSH; }
- set { weigthSH = value; }
- }
- /// <summary>
- /// 管坯外购量
- /// </summary>
- [Description("管坯外购量(t)")]
- [Nullable(true)]
- [DataLength(15)]
- public decimal? WlWg
- {
- get { return wlWg; }
- set { wlWg = value; }
- }
- }
- }
|