feat(hjgl):增加焊接日报待审核表格编辑

This commit is contained in:
2026-08-20 11:32:01 +08:00
parent 42787c1520
commit d038c516ea
9 changed files with 266 additions and 2 deletions
@@ -1,4 +1,4 @@
using System;
using System;
namespace Model
{
@@ -54,6 +54,19 @@ namespace Model
}
/// <summary>
/// 焊接日报待审核明细工艺参数编辑对象。
/// </summary>
public class WeldingDailyTempDetailEditInput
{
public string TempDetailId { get; set; }
public string ProjectId { get; set; }
public string WeldingMethodId { get; set; }
public string WeldTypeId { get; set; }
public string WeldingWire { get; set; }
public string WeldingRod { get; set; }
}
/// <summary>
/// 焊接日报待审核明细。
/// </summary>