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