11
This commit is contained in:
+18
-58
@@ -29,10 +29,6 @@ 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);
|
||||
@@ -35633,6 +35629,8 @@ namespace Model
|
||||
|
||||
private string _PipelineId;
|
||||
|
||||
private string _WeldJointId;
|
||||
|
||||
private string _PipelineCode;
|
||||
|
||||
private string _WeldJointCode;
|
||||
@@ -35671,6 +35669,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointId", DbType="NVarChar(50)")]
|
||||
public string WeldJointId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WeldJointId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WeldJointId != value))
|
||||
{
|
||||
this._WeldJointId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipelineCode", DbType="NVarChar(100)")]
|
||||
public string PipelineCode
|
||||
{
|
||||
@@ -36162,8 +36176,6 @@ namespace Model
|
||||
|
||||
private string _GrooveTypeId;
|
||||
|
||||
private int _IsWelderFirst;
|
||||
|
||||
public View_GenerateTrust_FJ()
|
||||
{
|
||||
}
|
||||
@@ -36311,22 +36323,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsWelderFirst", DbType="Int NOT NULL")]
|
||||
public int IsWelderFirst
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsWelderFirst;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsWelderFirst != value))
|
||||
{
|
||||
this._IsWelderFirst = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_GenerateTrustItem")]
|
||||
@@ -36502,8 +36498,6 @@ namespace Model
|
||||
|
||||
private string _GrooveTypeId;
|
||||
|
||||
private int _IsWelderFirst;
|
||||
|
||||
private System.Nullable<int> _DetectionRateValue;
|
||||
|
||||
private string _PointBatchItemId;
|
||||
@@ -36646,22 +36640,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsWelderFirst", DbType="Int NOT NULL")]
|
||||
public int IsWelderFirst
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsWelderFirst;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsWelderFirst != value))
|
||||
{
|
||||
this._IsWelderFirst = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionRateValue", DbType="Int")]
|
||||
public System.Nullable<int> DetectionRateValue
|
||||
{
|
||||
@@ -42029,8 +42007,6 @@ namespace Model
|
||||
|
||||
private string _DetectionTypeCode;
|
||||
|
||||
private System.Nullable<bool> _IsWelderFirst;
|
||||
|
||||
private string _TrustBatchItemId;
|
||||
|
||||
public View_TrustBathcIn()
|
||||
@@ -42245,22 +42221,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsWelderFirst", DbType="Bit")]
|
||||
public System.Nullable<bool> IsWelderFirst
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsWelderFirst;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsWelderFirst != value))
|
||||
{
|
||||
this._IsWelderFirst = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrustBatchItemId", DbType="NVarChar(50)")]
|
||||
public string TrustBatchItemId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user