质检模块
This commit is contained in:
@@ -111,5 +111,7 @@ namespace Tnb.QcMgr.Entities.Dto
|
|||||||
public string isexec { get; set; }
|
public string isexec { get; set; }
|
||||||
public string customer { get; set; }
|
public string customer { get; set; }
|
||||||
public string result { get; set; }
|
public string result { get; set; }
|
||||||
|
public string postItemForm { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,6 +102,12 @@ namespace Tnb.QcMgr.Entities
|
|||||||
/// 结论
|
/// 结论
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? result { get; set; }
|
public string? result { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 数据
|
||||||
|
/// </summary>
|
||||||
|
public string? postdata { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ namespace Tnb.QcMgr
|
|||||||
QcCheckExecD.isexec = item.isexec;
|
QcCheckExecD.isexec = item.isexec;
|
||||||
QcCheckExecD.custom = item.customer;
|
QcCheckExecD.custom = item.customer;
|
||||||
QcCheckExecD.result = item.result;
|
QcCheckExecD.result = item.result;
|
||||||
|
QcCheckExecD.postdata = item.postItemForm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await db.Ado.BeginTranAsync();
|
await db.Ado.BeginTranAsync();
|
||||||
|
|||||||
Reference in New Issue
Block a user