20221008 焊接数据分析修改
This commit is contained in:
@@ -49,6 +49,16 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string UnitName
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string UnitWorkName
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
@@ -65,6 +75,26 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string MaterialCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string Specification
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string WeldTypeCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string JointAttribute
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
@@ -81,5 +111,6 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user