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
@@ -17,6 +17,7 @@ namespace Model
public string IntermediatePaint { get; set; }
public string Topcoat { get; set; }
public string ColorCode { get; set; }
public bool IsPostWeld { get; set; }
public string Remark { get; set; }
}
}
+5 -1
View File
@@ -11,7 +11,11 @@ namespace Model
public string ConstructionPart { get; set; }
public string ConstructionProfessional { get; set; }
public string TrustCode { get; set; }
public string OutputMasterId { get; set; }
public string WeldTaskCode { get; set; }
public string HotProessTrustId { get; set; }
public string TeamGroupId { get; set; }
public string TeamGroupName { get; set; }
// 仅供旧打印模板兼容,数据库不再保留出库单关联。
public string OutputMasterCode { get; set; }
public DateTime? DemandDate { get; set; }
public DateTime? CompleteDate { get; set; }