feat(hjgl)焊前准备,日报管理增加附件

This commit is contained in:
2026-06-24 16:56:00 +08:00
parent dfc9095282
commit 4670220614
23 changed files with 598 additions and 65 deletions
@@ -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; }
}
}