using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using Core.Mes.Client.Comm.Attribute; /// /// 数据库表SLM_WELL_USE_LIST所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC9898 时间:2017-02-08 /// namespace Core.StlMes.Client.SaleOrder { public class SlmWellUseEntity { /// /// 产能井代码 /// private string wellCode = ""; /// /// 产能井描述 /// private string wellName = ""; /// /// 年度 /// private string wellYear = ""; /// /// 月度 /// private string useMonth = ""; /// /// 耗用编号(YY+MM+六位流水号) /// private string useCode = ""; /// /// 销售组织(国贸/钢贸/销售公司) /// private string saleOrg = ""; /// /// 销售组织描述 /// private string saleOrgDesc = ""; /// /// ORD_LN_DLY_PK /// private string ordLnDlyPk = ""; /// /// 耗用对象(0虚拟占用;1正式占用) /// private string useObj = ""; /// /// 耗用方式(-消耗/+释放) /// private string useType = ""; /// /// 井能力 /// private string wellWgt1 = null; /// /// 耗用量 /// private string useWgt1 = null; /// /// 剩余量 /// private string surWgt1 = null; /// /// 井能力 /// private string wellWgt2 = null; /// /// 耗用量 /// private string useWgt2 = null; /// /// 剩余量 /// private string surWgt2 = null; /// /// 井能力 /// private string wellWgt3 = null; /// /// 耗用量 /// private string useWgt3 = null; /// /// 剩余量 /// private string surWgt3 = null; /// /// 井能力 /// private string wellWgt4 = null; /// /// 耗用量 /// private string useWgt4 = null; /// /// 剩余量 /// private string surWgt4 = null; /// /// 井能力 /// private string wellWgt5 = null; /// /// 耗用量 /// private string useWgt5 = null; /// /// 剩余量 /// private string surWgt5 = null; /// /// 井能力 /// private string wellWgt6 = null; /// /// 耗用量 /// private string useWgt6 = null; /// /// 剩余量 /// private string surWgt6 = null; /// /// 井能力 /// private string wellWgt7 = null; /// /// 耗用量 /// private string useWgt7 = null; /// /// 剩余量 /// private string surWgt7 = null; /// /// 井能力 /// private string wellWgt8 = null; /// /// 耗用量 /// private string useWgt8 = null; /// /// 剩余量 /// private string surWgt8 = null; /// /// 井能力 /// private string wellWgt9 = null; /// /// 耗用量 /// private string useWgt9 = null; /// /// 剩余量 /// private string surWgt9 = null; /// /// 井能力 /// private string wellWgt10 = null; /// /// 耗用量 /// private string useWgt10 = null; /// /// 剩余量 /// private string surWgt10 = null; /// /// 井能力 /// private string wellWgt11 = null; /// /// 耗用量 /// private string useWgt11 = null; /// /// 剩余量 /// private string surWgt11 = null; /// /// 井能力 /// private string wellWgt12 = null; /// /// 耗用量 /// private string useWgt12 = null; /// /// 剩余量 /// private string surWgt12 = null; private string ordLnPk = ""; public SlmWellUseEntity() { wellCode = ""; wellName = ""; wellYear = ""; useMonth = ""; useCode = ""; saleOrg = ""; saleOrgDesc = ""; ordLnDlyPk = ""; useObj = ""; useType = ""; wellWgt1 = ""; useWgt1 = ""; surWgt1 = ""; wellWgt2 = ""; useWgt2 = ""; surWgt2 = ""; wellWgt3 = ""; useWgt3 = ""; surWgt3 = ""; wellWgt4 = ""; useWgt4 = ""; surWgt4 = ""; wellWgt5 = ""; useWgt5 = ""; surWgt5 = ""; wellWgt6 = ""; useWgt6 = ""; surWgt6 = ""; wellWgt7 = ""; useWgt7 = ""; surWgt7 = ""; wellWgt8 = ""; useWgt8 = ""; surWgt8 = ""; wellWgt9 = ""; useWgt9 = ""; surWgt9 = ""; wellWgt10 = ""; useWgt10 = ""; surWgt10 = ""; wellWgt11 = ""; useWgt11 = ""; surWgt11 = ""; wellWgt12 = ""; useWgt12 = ""; surWgt12 = ""; } /// /// 产能井代码 /// [Description("产能井代码")] [Nullable(false)] [DataLength(20)] public string WellCode { get { return wellCode; } set { wellCode = value; } } /// /// 产能井描述 /// [Description("产能井描述")] [Nullable(false)] [DataLength(100)] public string WellName { get { return wellName; } set { wellName = value; } } /// /// 年度 /// [Description("年度")] [Nullable(false)] [DataLength(4)] public string WellYear { get { return wellYear; } set { wellYear = value; } } /// /// 月度 /// [Description("月度")] [Nullable(false)] [DataLength(2)] public string UseMonth { get { return useMonth; } set { useMonth = value; } } /// /// 耗用编号(YY+MM+六位流水号) /// [Description("耗用编号(YY+MM+六位流水号)")] [Nullable(false)] [DataLength(10)] public string UseCode { get { return useCode; } set { useCode = value; } } /// /// 销售组织(国贸/钢贸/销售公司) /// [Description("销售组织(国贸/钢贸/销售公司)")] [Nullable(true)] [DataLength(20)] public string SaleOrg { get { return saleOrg; } set { saleOrg = value; } } /// /// 销售组织描述 /// [Description("销售组织描述")] [Nullable(true)] [DataLength(20)] public string SaleOrgDesc { get { return saleOrgDesc; } set { saleOrgDesc = value; } } /// /// ORD_LN_DLY_PK /// [Description("ORD_LN_DLY_PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 耗用对象(0虚拟占用;1正式占用) /// [Description("耗用对象(0虚拟占用;1正式占用)")] [Nullable(true)] [DataLength(50)] public string UseObj { get { return useObj; } set { useObj = value; } } /// /// 耗用方式(-消耗/+释放) /// [Description("耗用方式(-消耗/+释放)")] [Nullable(true)] [DataLength(4)] public string UseType { get { return useType; } set { useType = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt1 { get { return wellWgt1; } set { wellWgt1 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt1 { get { return useWgt1; } set { useWgt1 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt1 { get { return (Convert.ToDouble(wellWgt1) - Convert.ToDouble(useWgt1)).ToString(); } set { surWgt1 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt2 { get { return wellWgt2; } set { wellWgt2 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt2 { get { return useWgt2; } set { useWgt2 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt2 { get { return (Convert.ToDouble(wellWgt2) - Convert.ToDouble(useWgt2)).ToString(); } set { surWgt2 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt3 { get { return wellWgt3; } set { wellWgt3 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt3 { get { return useWgt3; } set { useWgt3 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt3 { get { return (Convert.ToDouble(wellWgt3) - Convert.ToDouble(useWgt3)).ToString(); } set { surWgt3 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt4 { get { return wellWgt4; } set { wellWgt4 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt4 { get { return useWgt4; } set { useWgt4 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt4 { get { return (Convert.ToDouble(wellWgt4) - Convert.ToDouble(useWgt4)).ToString(); } set { surWgt4 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt5 { get { return wellWgt5; } set { wellWgt5 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt5 { get { return useWgt5; } set { useWgt5 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt5 { get { return (Convert.ToDouble(wellWgt5) - Convert.ToDouble(useWgt5)).ToString(); } set { surWgt5 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt6 { get { return wellWgt6; } set { wellWgt6 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt6 { get { return useWgt6; } set { useWgt6 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt6 { get { return (Convert.ToDouble(wellWgt6) - Convert.ToDouble(useWgt6)).ToString(); } set { surWgt6 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt7 { get { return wellWgt7; } set { wellWgt7 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt7 { get { return useWgt7; } set { useWgt7 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt7 { get { return (Convert.ToDouble(wellWgt7) - Convert.ToDouble(useWgt7)).ToString(); } set { surWgt7 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt8 { get { return wellWgt8; } set { wellWgt8 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt8 { get { return useWgt8; } set { useWgt8 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt8 { get { return (Convert.ToDouble(wellWgt8) - Convert.ToDouble(useWgt8)).ToString(); } set { surWgt8 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt9 { get { return wellWgt9; } set { wellWgt9 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt9 { get { return useWgt9; } set { useWgt9 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt9 { get { return (Convert.ToDouble(wellWgt9) - Convert.ToDouble(useWgt9)).ToString(); } set { surWgt9 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt10 { get { return wellWgt10; } set { wellWgt10 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt10 { get { return useWgt10; } set { useWgt10 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt10 { get { return (Convert.ToDouble(wellWgt10) - Convert.ToDouble(useWgt10)).ToString(); } set { surWgt10 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt11 { get { return wellWgt11; } set { wellWgt11 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt11 { get { return useWgt11; } set { useWgt11 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt11 { get { return (Convert.ToDouble(wellWgt11) - Convert.ToDouble(useWgt11)).ToString(); } set { surWgt11 = value; } } /// /// 井能力 /// [Description("井能力")] [Nullable(false)] [DataLength(20)] public string WellWgt12 { get { return wellWgt12; } set { wellWgt12 = value; } } /// /// 耗用量(消耗为正数;释放为负数) /// [Description("耗用量")] [Nullable(true)] [DataLength(22)] public string UseWgt12 { get { return useWgt12; } set { useWgt12 = value; } } /// /// 剩余量 /// [Description("剩余量")] [Nullable(false)] [DataLength(20)] public string SurWgt12 { get { return (Convert.ToDouble(wellWgt12) - Convert.ToDouble(useWgt12)).ToString(); } set { surWgt12 = value; } } public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = value; } } } }