20250710 试压包资料
This commit is contained in:
@@ -218163,6 +218163,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _TestDate;
|
||||
|
||||
private System.Nullable<int> _PrintState;
|
||||
|
||||
private EntitySet<PTP_ItemEndCheckList> _PTP_ItemEndCheckList;
|
||||
|
||||
private EntitySet<PTP_PipelineList> _PTP_PipelineList;
|
||||
@@ -218241,6 +218243,8 @@ namespace Model
|
||||
partial void OnStateChanged();
|
||||
partial void OnTestDateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnTestDateChanged();
|
||||
partial void OnPrintStateChanging(System.Nullable<int> value);
|
||||
partial void OnPrintStateChanged();
|
||||
#endregion
|
||||
|
||||
public PTP_TestPackage()
|
||||
@@ -218905,6 +218909,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PrintState", DbType="Int")]
|
||||
public System.Nullable<int> PrintState
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PrintState;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PrintState != value))
|
||||
{
|
||||
this.OnPrintStateChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._PrintState = value;
|
||||
this.SendPropertyChanged("PrintState");
|
||||
this.OnPrintStateChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_PTP_ItemEndCheckList_PTP_TestPackage", Storage="_PTP_ItemEndCheckList", ThisKey="PTP_ID", OtherKey="PTP_ID", DeleteRule="NO ACTION")]
|
||||
public EntitySet<PTP_ItemEndCheckList> PTP_ItemEndCheckList
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user