20221008 焊接数据分析修改

This commit is contained in:
2022-10-08 23:50:15 +08:00
parent 4ad6950292
commit 2302d80940
12 changed files with 825 additions and 272 deletions
+31
View File
@@ -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;
}
}
}