This commit is contained in:
2024-09-27 18:17:21 +08:00
parent be070f85e2
commit 064a849b97
73 changed files with 3248 additions and 589 deletions
+36
View File
@@ -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
{