2022-10-25 焊接修改

This commit is contained in:
2022-10-25 22:30:17 +08:00
parent 75fb02a45c
commit 5fc76eec1a
15 changed files with 632 additions and 121 deletions
+20
View File
@@ -17,6 +17,26 @@ namespace Model
/// </summary>
public string ModelName { get; set; }
/// <summary>
/// 管线号
/// </summary>
public string Line_No { get; set; }
/// <summary>
/// 已完成管线
/// </summary>
public string Completed_pipeline { get; set; }
/// <summary>
/// 未完成管线
/// </summary>
public string Incomplete_pipeline { get; set; }
/// <summary>
/// 已完成焊口
/// </summary>
public string Completed_weldedjunction { get; set; }
/// <summary>
/// 未完成焊口
/// </summary>
public string Incomplete_weldjunction { get; set; }
/// <summary>
/// 颜色模型
/// </summary>
public ColorModel ColorModel { get; set; }