This commit is contained in:
qianjiawei
2023-06-25 17:36:35 +08:00
parent ee671f897b
commit b8f32bd438
4 changed files with 184 additions and 42 deletions

View File

@@ -106,8 +106,12 @@ namespace Tnb.QcMgr.Entities
/// 数据
/// </summary>
public string? postdata { get; set; }
/// <summary>
/// 抽样数索引
/// </summary>
public string? checkindex { get; set; }
}