| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- using Core.Mes.Client.Comm.Attribute;
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- using Newtonsoft.Json;
- using Newtonsoft.Json.Serialization;
- using Newtonsoft.Json.Converters;
- namespace com.steering.pss.kaohe.entity
- {
- /// <summary>
- /// 数据库表RP_KAOHE_ITEMQUANZHONG所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:tgcx-test 时间:2018-03-15
- /// </summary>
- public class RpKaoheItemquanzhongEntity
- {
- /// <summary>
- /// ID
- /// </summary>
- private string itemId = "";
- /// <summary>
- /// 指标分类
- /// </summary>
- private string itemType = "";
- /// <summary>
- /// 指标名称
- /// </summary>
- private string itemName = "";
- /// <summary>
- /// 奖励金额
- /// </summary>
- private decimal? awardMoney = null;
- /// <summary>
- /// 特钢权重
- /// </summary>
- private decimal? tegang = null;
- /// <summary>
- /// 轧管权重
- /// </summary>
- private decimal? zhaguan = null;
- /// <summary>
- /// 管加工权重
- /// </summary>
- private decimal? gjg = null;
- /// <summary>
- /// 制造部权重
- /// </summary>
- private decimal? zhizaobu = null;
- /// <summary>
- /// 工艺管理部门权重
- /// </summary>
- private decimal? gyguanli = null;
- /// <summary>
- /// 钢研所权重
- /// </summary>
- private decimal? gangyansuo = null;
- /// <summary>
- /// 制造部权重
- /// </summary>
- private decimal? zhibaobu = null;
- /// <summary>
- /// 有效标志
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 创建日期
- /// </summary>
- private string createdate = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createby = "";
- /// <summary>
- /// 修改日期
- /// </summary>
- private string updatedate = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateby = "";
- /// <summary>
- /// ID
- /// </summary>
- [Description("ID")]
- [JsonProperty("itemId")]
- public string ItemId
- {
- get { return itemId; }
- set { itemId = value; }
- }
- /// <summary>
- /// 指标分类
- /// </summary>
- [Description("指标分类")]
- [JsonProperty("itemType")]
- public string ItemType
- {
- get { return itemType; }
- set { itemType = value; }
- }
- /// <summary>
- /// 指标名称
- /// </summary>
- [Description("指标名称")]
- [JsonProperty("itemName")]
- public string ItemName
- {
- get { return itemName; }
- set { itemName = value; }
- }
- /// <summary>
- /// 奖励金额
- /// </summary>
- [Description("奖励金额")]
- [JsonProperty("awardMoney")]
- public decimal? AwardMoney
- {
- get { return awardMoney; }
- set { awardMoney = value; }
- }
- /// <summary>
- /// 特钢权重
- /// </summary>
- [Description("特钢权重")]
- [JsonProperty("tegang")]
- public decimal? Tegang
- {
- get { return tegang; }
- set { tegang = value; }
- }
- /// <summary>
- /// 轧管权重
- /// </summary>
- [Description("轧管权重")]
- [JsonProperty("zhaguan")]
- public decimal? Zhaguan
- {
- get { return zhaguan; }
- set { zhaguan = value; }
- }
- /// <summary>
- /// 管加工权重
- /// </summary>
- [Description("管加工权重")]
- [JsonProperty("gjg")]
- public decimal? Gjg
- {
- get { return gjg; }
- set { gjg = value; }
- }
- /// <summary>
- /// 制造部权重
- /// </summary>
- [Description("制造部权重")]
- [JsonProperty("zhizaobu")]
- public decimal? Zhizaobu
- {
- get { return zhizaobu; }
- set { zhizaobu = value; }
- }
- /// <summary>
- /// 工艺管理部门权重
- /// </summary>
- [Description("工艺管理部门权重")]
- [JsonProperty("gyguanli")]
- public decimal? Gyguanli
- {
- get { return gyguanli; }
- set { gyguanli = value; }
- }
- /// <summary>
- /// 钢研所权重
- /// </summary>
- [Description("钢研所权重")]
- [JsonProperty("gangyansuo")]
- public decimal? Gangyansuo
- {
- get { return gangyansuo; }
- set { gangyansuo = value; }
- }
- /// <summary>
- /// 质保部权重
- /// </summary>
- [Description("质保部权重")]
- [JsonProperty("zhibaobu")]
- public decimal? Zhibaobu
- {
- get { return zhibaobu; }
- set { zhibaobu = value; }
- }
- /// <summary>
- /// 有效标志
- /// </summary>
- [Description("有效标志")]
- [JsonProperty("validflag")]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 创建日期
- /// </summary>
- [Description("创建日期")]
- [JsonProperty("createdate")]
- public string Createdate
- {
- get { return createdate; }
- set { createdate = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [JsonProperty("createby")]
- public string Createby
- {
- get { return createby; }
- set { createby = value; }
- }
- /// <summary>
- /// 修改日期
- /// </summary>
- [Description("修改日期")]
- [JsonProperty("updatedate")]
- public string Updatedate
- {
- get { return updatedate; }
- set { updatedate = value; }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- [JsonProperty("updateby")]
- public string Updateby
- {
- get { return updateby; }
- set { updateby = value; }
- }
- }
- }
|