修改进度模块
This commit is contained in:
+367
-1
@@ -289636,6 +289636,12 @@ namespace Model
|
||||
|
||||
private string _WBSType;
|
||||
|
||||
private System.Nullable<System.DateTime> _PlanStartDate;
|
||||
|
||||
private System.Nullable<System.DateTime> _PlanEndDate;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
public View_WBS()
|
||||
@@ -289690,7 +289696,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(81)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(101)")]
|
||||
public string Name
|
||||
{
|
||||
get
|
||||
@@ -289722,6 +289728,54 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanStartDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> PlanStartDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanStartDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanStartDate != value))
|
||||
{
|
||||
this._PlanStartDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanEndDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> PlanEndDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanEndDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanEndDate != value))
|
||||
{
|
||||
this._PlanEndDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WBSCode", DbType="NVarChar(50)")]
|
||||
public string WBSCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WBSCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WBSCode != value))
|
||||
{
|
||||
this._WBSCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
|
||||
public string ProjectId
|
||||
{
|
||||
@@ -290134,10 +290188,18 @@ namespace Model
|
||||
|
||||
private System.Nullable<double> _TotalThisNum;
|
||||
|
||||
private System.Nullable<double> _TotalPlanValue;
|
||||
|
||||
private System.Nullable<double> _TotalThisValue;
|
||||
|
||||
private System.Nullable<double> _PlanNum;
|
||||
|
||||
private System.Nullable<double> _ThisNum;
|
||||
|
||||
private System.Nullable<double> _PlanValue;
|
||||
|
||||
private System.Nullable<double> _ThisValue;
|
||||
|
||||
public View_WBS_WorkPackageDetail()
|
||||
{
|
||||
}
|
||||
@@ -290318,6 +290380,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalPlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalPlanValue != value))
|
||||
{
|
||||
this._TotalPlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalThisValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalThisValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalThisValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalThisValue != value))
|
||||
{
|
||||
this._TotalThisValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanNum", DbType="Float")]
|
||||
public System.Nullable<double> PlanNum
|
||||
{
|
||||
@@ -290349,6 +290443,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanValue", DbType="Float")]
|
||||
public System.Nullable<double> PlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanValue != value))
|
||||
{
|
||||
this._PlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisValue", DbType="Float")]
|
||||
public System.Nullable<double> ThisValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisValue != value))
|
||||
{
|
||||
this._ThisValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_WBS_WorkPackageParentDetail")]
|
||||
@@ -290367,10 +290493,18 @@ namespace Model
|
||||
|
||||
private System.Nullable<double> _ThisNum;
|
||||
|
||||
private System.Nullable<double> _PlanValue;
|
||||
|
||||
private System.Nullable<double> _ThisValue;
|
||||
|
||||
private System.Nullable<double> _TotalPlanNum;
|
||||
|
||||
private System.Nullable<double> _TotalThisNum;
|
||||
|
||||
private System.Nullable<double> _TotalPlanValue;
|
||||
|
||||
private System.Nullable<double> _TotalThisValue;
|
||||
|
||||
public View_WBS_WorkPackageParentDetail()
|
||||
{
|
||||
}
|
||||
@@ -290471,6 +290605,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanValue", DbType="Float")]
|
||||
public System.Nullable<double> PlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanValue != value))
|
||||
{
|
||||
this._PlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisValue", DbType="Float")]
|
||||
public System.Nullable<double> ThisValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisValue != value))
|
||||
{
|
||||
this._ThisValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanNum", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanNum
|
||||
{
|
||||
@@ -290502,6 +290668,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalPlanValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalPlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalPlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalPlanValue != value))
|
||||
{
|
||||
this._TotalPlanValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalThisValue", DbType="Float")]
|
||||
public System.Nullable<double> TotalThisValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TotalThisValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TotalThisValue != value))
|
||||
{
|
||||
this._TotalThisValue = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Welder_WelderQualify")]
|
||||
@@ -292136,6 +292334,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _RealEndDate;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private EntityRef<WBS_WorkPackage> _WBS_WorkPackage;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -292184,6 +292384,8 @@ namespace Model
|
||||
partial void OnCheckAcceptTypeChanged();
|
||||
partial void OnRealEndDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnRealEndDateChanged();
|
||||
partial void OnWBSCodeChanging(string value);
|
||||
partial void OnWBSCodeChanged();
|
||||
#endregion
|
||||
|
||||
public WBS_ControlItemAndCycle()
|
||||
@@ -292616,6 +292818,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WBSCode", DbType="NVarChar(50)")]
|
||||
public string WBSCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WBSCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WBSCode != value))
|
||||
{
|
||||
this.OnWBSCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WBSCode = value;
|
||||
this.SendPropertyChanged("WBSCode");
|
||||
this.OnWBSCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_WBS_ControlItemAndCycle_WBS_ControlItemAndCycle", Storage="_WBS_WorkPackage", ThisKey="WorkPackageId", OtherKey="WorkPackageId", IsForeignKey=true)]
|
||||
public WBS_WorkPackage WBS_WorkPackage
|
||||
{
|
||||
@@ -293779,6 +294001,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<decimal> _JDWeights;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private EntitySet<Accident_AccidentPersonRecord> _Accident_AccidentPersonRecord;
|
||||
|
||||
private EntitySet<Accident_AccidentReport> _Accident_AccidentReport;
|
||||
@@ -293869,6 +294093,8 @@ namespace Model
|
||||
partial void OnPlanCostChanged();
|
||||
partial void OnJDWeightsChanging(System.Nullable<decimal> value);
|
||||
partial void OnJDWeightsChanged();
|
||||
partial void OnWBSCodeChanging(string value);
|
||||
partial void OnWBSCodeChanged();
|
||||
#endregion
|
||||
|
||||
public WBS_UnitWork()
|
||||
@@ -294292,6 +294518,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WBSCode", DbType="NVarChar(50)")]
|
||||
public string WBSCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WBSCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WBSCode != value))
|
||||
{
|
||||
this.OnWBSCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WBSCode = value;
|
||||
this.SendPropertyChanged("WBSCode");
|
||||
this.OnWBSCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Accident_AccidentPersonRecord_ProjectData_WorkArea", Storage="_Accident_AccidentPersonRecord", ThisKey="UnitWorkId", OtherKey="WorkAreaId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Accident_AccidentPersonRecord> Accident_AccidentPersonRecord
|
||||
{
|
||||
@@ -295006,6 +295252,8 @@ namespace Model
|
||||
|
||||
private string _PreWorkCode;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private EntitySet<WBS_ControlItemAndCycle> _WBS_ControlItemAndCycle;
|
||||
|
||||
private EntityRef<WBS_UnitWork> _WBS_UnitWork;
|
||||
@@ -295076,6 +295324,8 @@ namespace Model
|
||||
partial void OnJDWeightsChanged();
|
||||
partial void OnPreWorkCodeChanging(string value);
|
||||
partial void OnPreWorkCodeChanged();
|
||||
partial void OnWBSCodeChanging(string value);
|
||||
partial void OnWBSCodeChanged();
|
||||
#endregion
|
||||
|
||||
public WBS_WorkPackage()
|
||||
@@ -295690,6 +295940,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WBSCode", DbType="NVarChar(50)")]
|
||||
public string WBSCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WBSCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WBSCode != value))
|
||||
{
|
||||
this.OnWBSCodeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._WBSCode = value;
|
||||
this.SendPropertyChanged("WBSCode");
|
||||
this.OnWBSCodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_WBS_ControlItemAndCycle_WBS_ControlItemAndCycle", Storage="_WBS_ControlItemAndCycle", ThisKey="WorkPackageId", OtherKey="WorkPackageId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<WBS_ControlItemAndCycle> WBS_ControlItemAndCycle
|
||||
{
|
||||
@@ -295811,6 +296081,10 @@ namespace Model
|
||||
|
||||
private System.Nullable<decimal> _ThisNum;
|
||||
|
||||
private System.Nullable<decimal> _PlanValue;
|
||||
|
||||
private System.Nullable<decimal> _ThisValue;
|
||||
|
||||
private EntityRef<WBS_WorkPackage> _WBS_WorkPackage;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -295827,6 +296101,10 @@ namespace Model
|
||||
partial void OnPlanNumChanged();
|
||||
partial void OnThisNumChanging(System.Nullable<decimal> value);
|
||||
partial void OnThisNumChanged();
|
||||
partial void OnPlanValueChanging(System.Nullable<decimal> value);
|
||||
partial void OnPlanValueChanged();
|
||||
partial void OnThisValueChanging(System.Nullable<decimal> value);
|
||||
partial void OnThisValueChanged();
|
||||
#endregion
|
||||
|
||||
public WBS_WorkPackageDetail()
|
||||
@@ -295939,6 +296217,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanValue", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> PlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanValue != value))
|
||||
{
|
||||
this.OnPlanValueChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._PlanValue = value;
|
||||
this.SendPropertyChanged("PlanValue");
|
||||
this.OnPlanValueChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisValue", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> ThisValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisValue != value))
|
||||
{
|
||||
this.OnThisValueChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ThisValue = value;
|
||||
this.SendPropertyChanged("ThisValue");
|
||||
this.OnThisValueChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_WBS_WorkPackageDetail_WBS_WorkPackage", Storage="_WBS_WorkPackage", ThisKey="WorkPackageId", OtherKey="WorkPackageId", IsForeignKey=true)]
|
||||
public WBS_WorkPackage WBS_WorkPackage
|
||||
{
|
||||
@@ -296246,6 +296564,10 @@ namespace Model
|
||||
|
||||
private System.Nullable<decimal> _ThisNum;
|
||||
|
||||
private System.Nullable<decimal> _PlanValue;
|
||||
|
||||
private System.Nullable<decimal> _ThisValue;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -296262,6 +296584,10 @@ namespace Model
|
||||
partial void OnPlanNumChanged();
|
||||
partial void OnThisNumChanging(System.Nullable<decimal> value);
|
||||
partial void OnThisNumChanged();
|
||||
partial void OnPlanValueChanging(System.Nullable<decimal> value);
|
||||
partial void OnPlanValueChanged();
|
||||
partial void OnThisValueChanging(System.Nullable<decimal> value);
|
||||
partial void OnThisValueChanged();
|
||||
#endregion
|
||||
|
||||
public WBS_WorkPackageParentDetail()
|
||||
@@ -296389,6 +296715,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanValue", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> PlanValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PlanValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PlanValue != value))
|
||||
{
|
||||
this.OnPlanValueChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._PlanValue = value;
|
||||
this.SendPropertyChanged("PlanValue");
|
||||
this.OnPlanValueChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ThisValue", DbType="Decimal(18,2)")]
|
||||
public System.Nullable<decimal> ThisValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ThisValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ThisValue != value))
|
||||
{
|
||||
this.OnThisValueChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ThisValue = value;
|
||||
this.SendPropertyChanged("ThisValue");
|
||||
this.OnThisValueChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
Reference in New Issue
Block a user