Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
+367
-1
@@ -290791,6 +290791,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()
|
||||
@@ -290845,7 +290851,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
|
||||
@@ -290877,6 +290883,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
|
||||
{
|
||||
@@ -291289,10 +291343,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()
|
||||
{
|
||||
}
|
||||
@@ -291473,6 +291535,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
|
||||
{
|
||||
@@ -291504,6 +291598,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")]
|
||||
@@ -291522,10 +291648,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()
|
||||
{
|
||||
}
|
||||
@@ -291626,6 +291760,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
|
||||
{
|
||||
@@ -291657,6 +291823,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")]
|
||||
@@ -293291,6 +293489,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _RealEndDate;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private EntityRef<WBS_WorkPackage> _WBS_WorkPackage;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -293339,6 +293539,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()
|
||||
@@ -293771,6 +293973,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
|
||||
{
|
||||
@@ -294934,6 +295156,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<decimal> _JDWeights;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private EntitySet<Accident_AccidentPersonRecord> _Accident_AccidentPersonRecord;
|
||||
|
||||
private EntitySet<Accident_AccidentReport> _Accident_AccidentReport;
|
||||
@@ -295024,6 +295248,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()
|
||||
@@ -295447,6 +295673,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
|
||||
{
|
||||
@@ -296161,6 +296407,8 @@ namespace Model
|
||||
|
||||
private string _PreWorkCode;
|
||||
|
||||
private string _WBSCode;
|
||||
|
||||
private EntitySet<WBS_ControlItemAndCycle> _WBS_ControlItemAndCycle;
|
||||
|
||||
private EntityRef<WBS_UnitWork> _WBS_UnitWork;
|
||||
@@ -296231,6 +296479,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()
|
||||
@@ -296845,6 +297095,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
|
||||
{
|
||||
@@ -296966,6 +297236,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 可扩展性方法定义
|
||||
@@ -296982,6 +297256,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()
|
||||
@@ -297094,6 +297372,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
|
||||
{
|
||||
@@ -297401,6 +297719,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);
|
||||
@@ -297417,6 +297739,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()
|
||||
@@ -297544,6 +297870,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