1
This commit is contained in:
@@ -279295,6 +279295,8 @@ namespace Model
|
||||
|
||||
private string _WeldingLocationId;
|
||||
|
||||
private string _Specification;
|
||||
|
||||
private string _IsWelding;
|
||||
|
||||
private string _PipelineCode;
|
||||
@@ -279323,6 +279325,8 @@ namespace Model
|
||||
|
||||
private string _PipeArea;
|
||||
|
||||
private string _MaterialCode;
|
||||
|
||||
private string _WeldJointNum;
|
||||
|
||||
public View_HJGL_WeldingTask()
|
||||
@@ -279649,6 +279653,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Specification", DbType="NVarChar(20)")]
|
||||
public string Specification
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Specification;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Specification != value))
|
||||
{
|
||||
this._Specification = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsWelding", DbType="VarChar(2) NOT NULL", CanBeNull=false)]
|
||||
public string IsWelding
|
||||
{
|
||||
@@ -279873,6 +279893,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialCode", DbType="NVarChar(50)")]
|
||||
public string MaterialCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._MaterialCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._MaterialCode != value))
|
||||
{
|
||||
this._MaterialCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointNum", DbType="NVarChar(50)")]
|
||||
public string WeldJointNum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user