20250613 试压包
This commit is contained in:
@@ -7241,6 +7241,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_TestPackage_PipelineList> View_TestPackage_PipelineList
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<View_TestPackage_PipelineList>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_Training_TestTrainingItem> View_Training_TestTrainingItem
|
||||
{
|
||||
get
|
||||
@@ -307737,6 +307745,321 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_TestPackage_PipelineList")]
|
||||
public partial class View_TestPackage_PipelineList
|
||||
{
|
||||
|
||||
private string _PT_PipeId;
|
||||
|
||||
private string _PTP_ID;
|
||||
|
||||
private string _PipelineId;
|
||||
|
||||
private System.Nullable<decimal> _TestPressure;
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _TestPackageNo;
|
||||
|
||||
private string _TestPackageName;
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private string _UnitWorkId;
|
||||
|
||||
private string _Tabler;
|
||||
|
||||
private System.Nullable<System.DateTime> _TableDate;
|
||||
|
||||
private string _PipelineCode;
|
||||
|
||||
private string _UnitWorkCode;
|
||||
|
||||
private string _UnitWorkName;
|
||||
|
||||
private string _UnitId;
|
||||
|
||||
private string _UnitCode;
|
||||
|
||||
private string _UnitName;
|
||||
|
||||
public View_TestPackage_PipelineList()
|
||||
{
|
||||
}
|
||||
|
||||
[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)")]
|
||||
public string PTP_ID
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PTP_ID;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PTP_ID != value))
|
||||
{
|
||||
this._PTP_ID = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[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="_TestPressure", DbType="Decimal(9,2)")]
|
||||
public System.Nullable<decimal> TestPressure
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TestPressure;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TestPressure != value))
|
||||
{
|
||||
this._TestPressure = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
|
||||
public string ProjectId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ProjectId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ProjectId != value))
|
||||
{
|
||||
this._ProjectId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TestPackageNo", DbType="VarChar(50)")]
|
||||
public string TestPackageNo
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TestPackageNo;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TestPackageNo != value))
|
||||
{
|
||||
this._TestPackageNo = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TestPackageName", DbType="VarChar(50)")]
|
||||
public string TestPackageName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TestPackageName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TestPackageName != value))
|
||||
{
|
||||
this._TestPackageName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(100)")]
|
||||
public string Remark
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Remark;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Remark != value))
|
||||
{
|
||||
this._Remark = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorkId", DbType="NVarChar(50)")]
|
||||
public string UnitWorkId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitWorkId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitWorkId != value))
|
||||
{
|
||||
this._UnitWorkId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Tabler", DbType="NVarChar(50)")]
|
||||
public string Tabler
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Tabler;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Tabler != value))
|
||||
{
|
||||
this._Tabler = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TableDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> TableDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._TableDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._TableDate != value))
|
||||
{
|
||||
this._TableDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipelineCode", DbType="NVarChar(200)")]
|
||||
public string PipelineCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PipelineCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PipelineCode != value))
|
||||
{
|
||||
this._PipelineCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorkCode", DbType="NVarChar(10)")]
|
||||
public string UnitWorkCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitWorkCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitWorkCode != value))
|
||||
{
|
||||
this._UnitWorkCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorkName", DbType="NVarChar(30)")]
|
||||
public string UnitWorkName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitWorkName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitWorkName != value))
|
||||
{
|
||||
this._UnitWorkName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="NVarChar(300)")]
|
||||
public string UnitId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitId != value))
|
||||
{
|
||||
this._UnitId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitCode", DbType="NVarChar(100)")]
|
||||
public string UnitCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitCode != value))
|
||||
{
|
||||
this._UnitCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitName", DbType="NVarChar(200)")]
|
||||
public string UnitName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UnitName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UnitName != value))
|
||||
{
|
||||
this._UnitName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Training_TestTrainingItem")]
|
||||
public partial class View_Training_TestTrainingItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user