0923-gaofei
This commit is contained in:
+292
-4
@@ -244773,7 +244773,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
|
||||
public string Address
|
||||
{
|
||||
get
|
||||
@@ -244837,7 +244837,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
@@ -326436,7 +326436,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
|
||||
public string Address
|
||||
{
|
||||
get
|
||||
@@ -326452,7 +326452,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
@@ -333293,28 +333293,48 @@ namespace Model
|
||||
|
||||
private System.Nullable<double> _TotalPlanNum;
|
||||
|
||||
private System.Nullable<double> _TotalWeekPlanNum;
|
||||
|
||||
private System.Nullable<double> _TotalThisNum;
|
||||
|
||||
private System.Nullable<double> _TotalWeekThisNum;
|
||||
|
||||
private System.Nullable<double> _PlanNum;
|
||||
|
||||
private System.Nullable<double> _PlanWeekNum;
|
||||
|
||||
private System.Nullable<double> _ThisNum;
|
||||
|
||||
private System.Nullable<double> _ThisWeekNum;
|
||||
|
||||
private System.Nullable<decimal> _RealPrice;
|
||||
|
||||
private System.Nullable<decimal> _PlanPrice;
|
||||
|
||||
private System.Nullable<double> _ThisPlanValue;
|
||||
|
||||
private System.Nullable<double> _ThisWeekPlanValue;
|
||||
|
||||
private System.Nullable<double> _ThisRealCost;
|
||||
|
||||
private System.Nullable<double> _ThisWeekRealCost;
|
||||
|
||||
private System.Nullable<double> _ThisPlanCost;
|
||||
|
||||
private System.Nullable<double> _ThisWeekPlanCost;
|
||||
|
||||
private System.Nullable<double> _TotalPlanValue;
|
||||
|
||||
private System.Nullable<double> _TotalWeekPlanValue;
|
||||
|
||||
private System.Nullable<double> _TotalRealCost;
|
||||
|
||||
private System.Nullable<double> _TotalWeekRealCost;
|
||||
|
||||
private System.Nullable<double> _TotalPlanCost;
|
||||
|
||||
private System.Nullable<double> _TotalWeekPlanCost;
|
||||
|
||||
public View_WBS_CostControlDetail()
|
||||
{
|
||||
}
|
||||
@@ -333511,6 +333531,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekPlanNum", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekPlanNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekPlanNum;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekPlanNum != value))
|
||||
{
|
||||
this._TotalWeekPlanNum = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalThisNum", DbType="Float")]
|
||||
public System.Nullable<double> TotalThisNum
|
||||
{
|
||||
@@ -333527,6 +333563,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekThisNum", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekThisNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekThisNum;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekThisNum != value))
|
||||
{
|
||||
this._TotalWeekThisNum = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanNum", DbType="Float")]
|
||||
public System.Nullable<double> PlanNum
|
||||
{
|
||||
@@ -333543,6 +333595,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanWeekNum", DbType="Float")]
|
||||
public System.Nullable<double> PlanWeekNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanWeekNum;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanWeekNum != value))
|
||||
{
|
||||
this._PlanWeekNum = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisNum", DbType="Float")]
|
||||
public System.Nullable<double> ThisNum
|
||||
{
|
||||
@@ -333559,6 +333627,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekNum", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekNum;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekNum != value))
|
||||
{
|
||||
this._ThisWeekNum = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RealPrice", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> RealPrice
|
||||
{
|
||||
@@ -333607,6 +333691,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekPlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekPlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekPlanValue != value))
|
||||
{
|
||||
this._ThisWeekPlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisRealCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisRealCost
|
||||
{
|
||||
@@ -333623,6 +333723,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekRealCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekRealCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekRealCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekRealCost != value))
|
||||
{
|
||||
this._ThisWeekRealCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisPlanCost
|
||||
{
|
||||
@@ -333639,6 +333755,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekPlanCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekPlanCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekPlanCost != value))
|
||||
{
|
||||
this._ThisWeekPlanCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanValue
|
||||
{
|
||||
@@ -333655,6 +333787,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekPlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekPlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekPlanValue != value))
|
||||
{
|
||||
this._TotalWeekPlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalRealCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalRealCost
|
||||
{
|
||||
@@ -333671,6 +333819,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekRealCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekRealCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekRealCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekRealCost != value))
|
||||
{
|
||||
this._TotalWeekRealCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanCost
|
||||
{
|
||||
@@ -333686,6 +333850,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekPlanCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekPlanCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekPlanCost != value))
|
||||
{
|
||||
this._TotalWeekPlanCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_WBS_CostControlDetailStatistics")]
|
||||
@@ -333857,16 +334037,28 @@ namespace Model
|
||||
|
||||
private System.Nullable<double> _ThisPlanValue;
|
||||
|
||||
private System.Nullable<double> _ThisWeekPlanValue;
|
||||
|
||||
private System.Nullable<double> _ThisRealCost;
|
||||
|
||||
private System.Nullable<double> _ThisWeekRealCost;
|
||||
|
||||
private System.Nullable<double> _ThisPlanCost;
|
||||
|
||||
private System.Nullable<double> _ThisWeekPlanCost;
|
||||
|
||||
private System.Nullable<double> _TotalPlanValue;
|
||||
|
||||
private System.Nullable<double> _TotalWeekPlanValue;
|
||||
|
||||
private System.Nullable<double> _TotalRealCost;
|
||||
|
||||
private System.Nullable<double> _TotalWeekRealCost;
|
||||
|
||||
private System.Nullable<double> _TotalPlanCost;
|
||||
|
||||
private System.Nullable<double> _TotalWeekPlanCost;
|
||||
|
||||
public View_WBS_CostControlParentDetail()
|
||||
{
|
||||
}
|
||||
@@ -333967,6 +334159,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekPlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekPlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekPlanValue != value))
|
||||
{
|
||||
this._ThisWeekPlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisRealCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisRealCost
|
||||
{
|
||||
@@ -333983,6 +334191,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekRealCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekRealCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekRealCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekRealCost != value))
|
||||
{
|
||||
this._ThisWeekRealCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisPlanCost
|
||||
{
|
||||
@@ -333999,6 +334223,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisWeekPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> ThisWeekPlanCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisWeekPlanCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisWeekPlanCost != value))
|
||||
{
|
||||
this._ThisWeekPlanCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanValue
|
||||
{
|
||||
@@ -334015,6 +334255,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekPlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekPlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekPlanValue != value))
|
||||
{
|
||||
this._TotalWeekPlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalRealCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalRealCost
|
||||
{
|
||||
@@ -334031,6 +334287,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekRealCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekRealCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekRealCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekRealCost != value))
|
||||
{
|
||||
this._TotalWeekRealCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanCost
|
||||
{
|
||||
@@ -334046,6 +334318,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalWeekPlanCost", DbType="Float")]
|
||||
public System.Nullable<double> TotalWeekPlanCost
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalWeekPlanCost;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalWeekPlanCost != value))
|
||||
{
|
||||
this._TotalWeekPlanCost = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_WBSReport")]
|
||||
|
||||
Reference in New Issue
Block a user