Merge branch 'master' of http://47.104.102.122:3000/panhf/CNCEC_SUBQHSE_WUHUAN
This commit is contained in:
@@ -54773,6 +54773,10 @@ namespace Model
|
||||
|
||||
private string _PersonId;
|
||||
|
||||
private string _HiddenHazardType;
|
||||
|
||||
private string _HiddenType;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
|
||||
private EntityRef<WBS_UnitWork> _WBS_UnitWork;
|
||||
@@ -54817,6 +54821,10 @@ namespace Model
|
||||
partial void OnHiddenDangerLevelChanged();
|
||||
partial void OnPersonIdChanging(string value);
|
||||
partial void OnPersonIdChanged();
|
||||
partial void OnHiddenHazardTypeChanging(string value);
|
||||
partial void OnHiddenHazardTypeChanged();
|
||||
partial void OnHiddenTypeChanging(string value);
|
||||
partial void OnHiddenTypeChanged();
|
||||
#endregion
|
||||
|
||||
public Check_CheckColligationDetail()
|
||||
@@ -55194,6 +55202,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenHazardType", DbType="NVarChar(50)")]
|
||||
public string HiddenHazardType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenHazardType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenHazardType != value))
|
||||
{
|
||||
this.OnHiddenHazardTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._HiddenHazardType = value;
|
||||
this.SendPropertyChanged("HiddenHazardType");
|
||||
this.OnHiddenHazardTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")]
|
||||
public string HiddenType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenType != value))
|
||||
{
|
||||
this.OnHiddenTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._HiddenType = value;
|
||||
this.SendPropertyChanged("HiddenType");
|
||||
this.OnHiddenTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckColligationDetail_Base_Unit", Storage="_Base_Unit", ThisKey="UnitId", OtherKey="UnitId", IsForeignKey=true)]
|
||||
public Base_Unit Base_Unit
|
||||
{
|
||||
@@ -62594,6 +62642,8 @@ namespace Model
|
||||
|
||||
private string _CheckOpinions;
|
||||
|
||||
private string _HiddenType;
|
||||
|
||||
private EntityRef<WBS_UnitWork> _WBS_UnitWork;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -62646,6 +62696,8 @@ namespace Model
|
||||
partial void OnRectification_DateChanged();
|
||||
partial void OnCheckOpinionsChanging(string value);
|
||||
partial void OnCheckOpinionsChanged();
|
||||
partial void OnHiddenTypeChanging(string value);
|
||||
partial void OnHiddenTypeChanged();
|
||||
#endregion
|
||||
|
||||
public Check_CheckSpecialDetail()
|
||||
@@ -63118,6 +63170,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")]
|
||||
public string HiddenType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenType != value))
|
||||
{
|
||||
this.OnHiddenTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._HiddenType = value;
|
||||
this.SendPropertyChanged("HiddenType");
|
||||
this.OnHiddenTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckSpecialDetail_ProjectData_WorkArea", Storage="_WBS_UnitWork", ThisKey="CheckArea", OtherKey="UnitWorkId", IsForeignKey=true)]
|
||||
public WBS_UnitWork WBS_UnitWork
|
||||
{
|
||||
@@ -75524,6 +75596,10 @@ namespace Model
|
||||
|
||||
private string _RectifyId;
|
||||
|
||||
private string _HiddenType;
|
||||
|
||||
private string _HiddenHazardType;
|
||||
|
||||
private EntityRef<Check_RectifyNotices> _Check_RectifyNotices;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -75546,6 +75622,10 @@ namespace Model
|
||||
partial void OnIsRectifyChanged();
|
||||
partial void OnRectifyIdChanging(string value);
|
||||
partial void OnRectifyIdChanged();
|
||||
partial void OnHiddenTypeChanging(string value);
|
||||
partial void OnHiddenTypeChanged();
|
||||
partial void OnHiddenHazardTypeChanging(string value);
|
||||
partial void OnHiddenHazardTypeChanged();
|
||||
#endregion
|
||||
|
||||
public Check_RectifyNoticesItem()
|
||||
@@ -75718,6 +75798,46 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")]
|
||||
public string HiddenType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenType != value))
|
||||
{
|
||||
this.OnHiddenTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._HiddenType = value;
|
||||
this.SendPropertyChanged("HiddenType");
|
||||
this.OnHiddenTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenHazardType", DbType="NVarChar(50)")]
|
||||
public string HiddenHazardType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenHazardType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenHazardType != value))
|
||||
{
|
||||
this.OnHiddenHazardTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._HiddenHazardType = value;
|
||||
this.SendPropertyChanged("HiddenHazardType");
|
||||
this.OnHiddenHazardTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_RectifyNoticesItem_Check_RectifyNotices", Storage="_Check_RectifyNotices", ThisKey="RectifyNoticesId", OtherKey="RectifyNoticesId", IsForeignKey=true)]
|
||||
public Check_RectifyNotices Check_RectifyNotices
|
||||
{
|
||||
@@ -176104,6 +176224,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _Type;
|
||||
|
||||
private string _HiddenType;
|
||||
|
||||
private EntityRef<Base_Unit> _Base_Unit;
|
||||
|
||||
private EntityRef<HSSE_Hazard_HazardRegisterTypes> _HSSE_Hazard_HazardRegisterTypes;
|
||||
@@ -176202,6 +176324,8 @@ namespace Model
|
||||
partial void OnRisk_LevelChanged();
|
||||
partial void OnTypeChanging(System.Nullable<int> value);
|
||||
partial void OnTypeChanged();
|
||||
partial void OnHiddenTypeChanging(string value);
|
||||
partial void OnHiddenTypeChanged();
|
||||
#endregion
|
||||
|
||||
public HSSE_Hazard_HazardRegister()
|
||||
@@ -177119,6 +177243,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")]
|
||||
public string HiddenType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenType != value))
|
||||
{
|
||||
this.OnHiddenTypeChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._HiddenType = value;
|
||||
this.SendPropertyChanged("HiddenType");
|
||||
this.OnHiddenTypeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_HSSE_Hazard_HazardRegister_Base_Unit", Storage="_Base_Unit", ThisKey="ResponsibleUnit", OtherKey="UnitId", IsForeignKey=true)]
|
||||
public Base_Unit Base_Unit
|
||||
{
|
||||
@@ -399129,6 +399273,10 @@ namespace Model
|
||||
|
||||
private string _PersonName;
|
||||
|
||||
private string _HiddenType;
|
||||
|
||||
private string _HiddenHazardType;
|
||||
|
||||
public View_Check_CheckColligationDetail()
|
||||
{
|
||||
}
|
||||
@@ -399468,6 +399616,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")]
|
||||
public string HiddenType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenType != value))
|
||||
{
|
||||
this._HiddenType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenHazardType", DbType="NVarChar(50)")]
|
||||
public string HiddenHazardType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenHazardType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenHazardType != value))
|
||||
{
|
||||
this._HiddenHazardType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Check_CheckDayDetail")]
|
||||
@@ -409338,6 +409518,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _Type;
|
||||
|
||||
private string _HiddenType;
|
||||
|
||||
public View_Hazard_HazardRegister()
|
||||
{
|
||||
}
|
||||
@@ -410205,6 +410387,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")]
|
||||
public string HiddenType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HiddenType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HiddenType != value))
|
||||
{
|
||||
this._HiddenType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_HJGL_Batch_PointBatch")]
|
||||
|
||||
Reference in New Issue
Block a user