提交代码
This commit is contained in:
@@ -271834,6 +271834,8 @@ namespace Model
|
||||
|
||||
private string _Material1Code;
|
||||
|
||||
private string _WeldTaskId;
|
||||
|
||||
private string _Material2Code;
|
||||
|
||||
public View_HJGL_NoWeldJointFind()
|
||||
@@ -272112,6 +272114,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldTaskId", DbType="NVarChar(50)")]
|
||||
public string WeldTaskId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._WeldTaskId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._WeldTaskId != value))
|
||||
{
|
||||
this._WeldTaskId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Material2Code", DbType="NVarChar(50)")]
|
||||
public string Material2Code
|
||||
{
|
||||
@@ -273675,6 +273693,8 @@ namespace Model
|
||||
|
||||
private string _WPQCode;
|
||||
|
||||
private string _MatchableWPQ;
|
||||
|
||||
private string _GrooveTypeId;
|
||||
|
||||
private string _GrooveTypeCode;
|
||||
@@ -274739,6 +274759,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MatchableWPQ", DbType="NVarChar(300)")]
|
||||
public string MatchableWPQ
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._MatchableWPQ;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._MatchableWPQ != value))
|
||||
{
|
||||
this._MatchableWPQ = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_GrooveTypeId", DbType="NVarChar(50)")]
|
||||
public string GrooveTypeId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user