试压管理修改。增加试压看板,和试压包打印绑值
This commit is contained in:
@@ -6969,6 +6969,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_HJGL_WeldJointDetectionType> View_HJGL_WeldJointDetectionType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<View_HJGL_WeldJointDetectionType>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_HJGL_WPQ> View_HJGL_WPQ
|
||||
{
|
||||
get
|
||||
@@ -295600,6 +295608,159 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_HJGL_WeldJointDetectionType")]
|
||||
public partial class View_HJGL_WeldJointDetectionType
|
||||
{
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _PipelineCode;
|
||||
|
||||
private string _DetectionType;
|
||||
|
||||
private string _DetectionTypeStr;
|
||||
|
||||
private string _JointDetectionTypeStr;
|
||||
|
||||
private string _WeldJointId;
|
||||
|
||||
private string _WeldJointCode;
|
||||
|
||||
private string _WeldJointNumStr;
|
||||
|
||||
public View_HJGL_WeldJointDetectionType()
|
||||
{
|
||||
}
|
||||
|
||||
[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="_PipelineCode", DbType="NVarChar(50)")]
|
||||
public string PipelineCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PipelineCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PipelineCode != value))
|
||||
{
|
||||
this._PipelineCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionType", DbType="NVarChar(150)")]
|
||||
public string DetectionType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._DetectionType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._DetectionType != value))
|
||||
{
|
||||
this._DetectionType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DetectionTypeStr", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string DetectionTypeStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._DetectionTypeStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._DetectionTypeStr != value))
|
||||
{
|
||||
this._DetectionTypeStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_JointDetectionTypeStr", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string JointDetectionTypeStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._JointDetectionTypeStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._JointDetectionTypeStr != value))
|
||||
{
|
||||
this._JointDetectionTypeStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
|
||||
public string WeldJointId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WeldJointId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WeldJointId != value))
|
||||
{
|
||||
this._WeldJointId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointCode", DbType="NVarChar(50)")]
|
||||
public string WeldJointCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WeldJointCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WeldJointCode != value))
|
||||
{
|
||||
this._WeldJointCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointNumStr", DbType="NVarChar(50)")]
|
||||
public string WeldJointNumStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WeldJointNumStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WeldJointNumStr != value))
|
||||
{
|
||||
this._WeldJointNumStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_HJGL_WPQ")]
|
||||
public partial class View_HJGL_WPQ
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user