feat(hjgl): 完善焊接任务与质量管理流程
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user