feat(hjgl):增加焊接日报待审核表格编辑
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user