11
This commit is contained in:
+80
-70
@@ -29,6 +29,10 @@ namespace Model
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnCreated();
|
||||
partial void OnCreated()
|
||||
{
|
||||
this.CommandTimeout = 600;
|
||||
}
|
||||
partial void InsertAttachFile(AttachFile instance);
|
||||
partial void UpdateAttachFile(AttachFile instance);
|
||||
partial void DeleteAttachFile(AttachFile instance);
|
||||
@@ -3540,6 +3544,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _Amount;
|
||||
|
||||
private System.Nullable<bool> _IsUse;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -3554,6 +3560,8 @@ namespace Model
|
||||
partial void OnHeartNoChanged();
|
||||
partial void OnAmountChanging(System.Nullable<int> value);
|
||||
partial void OnAmountChanged();
|
||||
partial void OnIsUseChanging(System.Nullable<bool> value);
|
||||
partial void OnIsUseChanged();
|
||||
#endregion
|
||||
|
||||
public Base_MaterialCoode()
|
||||
@@ -3661,6 +3669,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUse", DbType="Bit")]
|
||||
public System.Nullable<bool> IsUse
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsUse;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsUse != value))
|
||||
{
|
||||
this.OnIsUseChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._IsUse = value;
|
||||
this.SendPropertyChanged("IsUse");
|
||||
this.OnIsUseChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -41282,10 +41310,6 @@ namespace Model
|
||||
public partial class View_PTP_TestPackageAudit
|
||||
{
|
||||
|
||||
private string _PipelineId;
|
||||
|
||||
private string _PT_PipeId;
|
||||
|
||||
private string _PTP_ID;
|
||||
|
||||
private string _ProjectId;
|
||||
@@ -41294,59 +41318,29 @@ namespace Model
|
||||
|
||||
private string _PipelineCode;
|
||||
|
||||
private int _WeldJointCount;
|
||||
private string _PipelineId;
|
||||
|
||||
private int _WeldJointCountT;
|
||||
private System.Nullable<bool> _IsAll;
|
||||
|
||||
private int _CountS;
|
||||
private System.Nullable<long> _WeldJointCount;
|
||||
|
||||
private System.Nullable<int> _WeldJointCountT;
|
||||
|
||||
private System.Nullable<int> _CountS;
|
||||
|
||||
private System.Nullable<int> _CountU;
|
||||
|
||||
private string _NDTR_Name;
|
||||
private int _NDTR_Rate;
|
||||
|
||||
private string _Ratio;
|
||||
|
||||
private int _NDTR_Rate;
|
||||
|
||||
private System.Nullable<decimal> _RatioC;
|
||||
|
||||
public View_PTP_TestPackageAudit()
|
||||
{
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipelineId", DbType="NVarChar(50)")]
|
||||
public string PipelineId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PipelineId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PipelineId != value))
|
||||
{
|
||||
this._PipelineId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PT_PipeId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string PT_PipeId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PT_PipeId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PT_PipeId != value))
|
||||
{
|
||||
this._PT_PipeId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PTP_ID", DbType="NVarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PTP_ID", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string PTP_ID
|
||||
{
|
||||
get
|
||||
@@ -41410,8 +41404,40 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointCount", DbType="Int NOT NULL")]
|
||||
public int WeldJointCount
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipelineId", DbType="NVarChar(50)")]
|
||||
public string PipelineId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PipelineId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PipelineId != value))
|
||||
{
|
||||
this._PipelineId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="isAll", Storage="_IsAll", DbType="Bit")]
|
||||
public System.Nullable<bool> IsAll
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsAll;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsAll != value))
|
||||
{
|
||||
this._IsAll = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointCount", DbType="BigInt")]
|
||||
public System.Nullable<long> WeldJointCount
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -41426,8 +41452,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointCountT", DbType="Int NOT NULL")]
|
||||
public int WeldJointCountT
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointCountT", DbType="Int")]
|
||||
public System.Nullable<int> WeldJointCountT
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -41442,8 +41468,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CountS", DbType="Int NOT NULL")]
|
||||
public int CountS
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="countS", Storage="_CountS", DbType="Int")]
|
||||
public System.Nullable<int> CountS
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -41474,18 +41500,18 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NDTR_Name", DbType="VarChar(30)")]
|
||||
public string NDTR_Name
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NDTR_Rate", DbType="Int NOT NULL")]
|
||||
public int NDTR_Rate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._NDTR_Name;
|
||||
return this._NDTR_Rate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._NDTR_Name != value))
|
||||
if ((this._NDTR_Rate != value))
|
||||
{
|
||||
this._NDTR_Name = value;
|
||||
this._NDTR_Rate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41506,22 +41532,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NDTR_Rate", DbType="Int NOT NULL")]
|
||||
public int NDTR_Rate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._NDTR_Rate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._NDTR_Rate != value))
|
||||
{
|
||||
this._NDTR_Rate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RatioC", DbType="Decimal(19,2)")]
|
||||
public System.Nullable<decimal> RatioC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user