feat(hjgl)焊前准备,日报管理增加附件
This commit is contained in:
@@ -32,6 +32,16 @@ namespace Model
|
||||
public decimal? FitupGap { get; set; }
|
||||
|
||||
public decimal? Misalignment { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下料抽检附件路径
|
||||
/// </summary>
|
||||
public string CuttingAttachUrl1 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 组对抽检附件路径
|
||||
/// </summary>
|
||||
public string FitupAttachUrl1 { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -65,6 +75,8 @@ namespace Model
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
public string AttachUrl1 { get; set; }
|
||||
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
|
||||
@@ -107,6 +119,8 @@ namespace Model
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
public string AttachUrl1 { get; set; }
|
||||
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user