质检模块

This commit is contained in:
qianjiawei
2023-06-16 17:50:37 +08:00
parent 4e7e397802
commit 570f0a170f
3 changed files with 9 additions and 0 deletions

View File

@@ -102,6 +102,12 @@ namespace Tnb.QcMgr.Entities
/// 结论
/// </summary>
public string? result { get; set; }
/// <summary>
/// 数据
/// </summary>
public string? postdata { get; set; }
}