This commit is contained in:
2026-08-21 17:54:18 +08:00
20 changed files with 1236 additions and 171 deletions
@@ -30,6 +30,16 @@ namespace Model
public string WeldJointId { get; set; }
public string PipelineCode { get; set; }
public string WeldJointCode { get; set; }
public string UnitWorkId { get; set; }
public string UnitWorkName { get; set; }
public string WelderCode { get; set; }
public string Specification { get; set; }
public string MaterialCode { get; set; }
public string WeldingLocation { get; set; }
public string WeldingMethodCode { get; set; }
public string WeldingRodCode { get; set; }
public string WeldingWireCode { get; set; }
public string WeldingMaterial { get; set; }
public bool IsQualified { get; set; }
public string QualifiedText { get; set; }
public string CheckPerson { get; set; }