移交子表补充排序序号SN
This commit is contained in:
@@ -394514,6 +394514,8 @@ namespace Model
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
private int _SN;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -394556,6 +394558,8 @@ namespace Model
|
||||
partial void OnHVACChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
partial void OnSNChanging(int value);
|
||||
partial void OnSNChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Civil_Structure()
|
||||
@@ -394943,6 +394947,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SN", DbType="Int NOT NULL")]
|
||||
public int SN
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SN;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SN != value))
|
||||
{
|
||||
this.OnSNChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SN = value;
|
||||
this.SendPropertyChanged("SN");
|
||||
this.OnSNChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -395000,6 +395024,8 @@ namespace Model
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
private int _SN;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -395034,6 +395060,8 @@ namespace Model
|
||||
partial void OnLoopTestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
partial void OnSNChanging(int value);
|
||||
partial void OnSNChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Electrical()
|
||||
@@ -395341,6 +395369,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SN", DbType="Int NOT NULL")]
|
||||
public int SN
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SN;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SN != value))
|
||||
{
|
||||
this.OnSNChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SN = value;
|
||||
this.SendPropertyChanged("SN");
|
||||
this.OnSNChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -399470,6 +399518,8 @@ namespace Model
|
||||
|
||||
private string _Lubricatefilling;
|
||||
|
||||
private int _SN;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -399504,6 +399554,8 @@ namespace Model
|
||||
partial void OnDescriptionsChanged();
|
||||
partial void OnLubricatefillingChanging(string value);
|
||||
partial void OnLubricatefillingChanged();
|
||||
partial void OnSNChanging(int value);
|
||||
partial void OnSNChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_RotatingEquipment()
|
||||
@@ -399811,6 +399863,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SN", DbType="Int NOT NULL")]
|
||||
public int SN
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SN;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SN != value))
|
||||
{
|
||||
this.OnSNChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SN = value;
|
||||
this.SendPropertyChanged("SN");
|
||||
this.OnSNChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -399866,6 +399938,8 @@ namespace Model
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
private int _SN;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -399898,6 +399972,8 @@ namespace Model
|
||||
partial void OnBOXupRecordChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
partial void OnSNChanging(int value);
|
||||
partial void OnSNChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_StaticEquipment()
|
||||
@@ -400185,6 +400261,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SN", DbType="Int NOT NULL")]
|
||||
public int SN
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SN;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SN != value))
|
||||
{
|
||||
this.OnSNChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SN = value;
|
||||
this.SendPropertyChanged("SN");
|
||||
this.OnSNChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -400846,6 +400942,8 @@ namespace Model
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
private int _SN;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -400880,6 +400978,8 @@ namespace Model
|
||||
partial void OnFunctionTestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
partial void OnSNChanging(int value);
|
||||
partial void OnSNChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Telecom()
|
||||
@@ -401187,6 +401287,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SN", DbType="Int NOT NULL")]
|
||||
public int SN
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SN;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SN != value))
|
||||
{
|
||||
this.OnSNChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SN = value;
|
||||
this.SendPropertyChanged("SN");
|
||||
this.OnSNChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
Reference in New Issue
Block a user