feat(hjgl): 完善焊接任务与质量管理流程

This commit is contained in:
2026-08-19 17:13:33 +08:00
parent 08792e0dc8
commit 679e9f6cec
68 changed files with 2481 additions and 1170 deletions
@@ -14,11 +14,18 @@ namespace Model
public string Remark { get; set; }
public string AttachUrl { get; set; }
public string CreateUser { get; set; }
public decimal? WeldReinforcement { get; set; }
public decimal? WeldHeight { get; set; }
public decimal? WeldWidth { get; set; }
public string SurfaceDefect { get; set; }
public decimal? PreheatTemperature { get; set; }
public decimal? InterpassTemperature { get; set; }
}
public class WeldAppearanceCheckItem
{
public string AppearanceCheckId { get; set; }
public string CheckCode { get; set; }
public string ProjectId { get; set; }
public string WeldJointId { get; set; }
public string PipelineCode { get; set; }
@@ -31,6 +38,12 @@ namespace Model
public string Remark { get; set; }
public string AttachUrl { get; set; }
public DateTime CreateTime { get; set; }
public decimal? WeldReinforcement { get; set; }
public decimal? WeldHeight { get; set; }
public decimal? WeldWidth { get; set; }
public string SurfaceDefect { get; set; }
public decimal? PreheatTemperature { get; set; }
public decimal? InterpassTemperature { get; set; }
}
public class WeldAppearanceJointItem