This commit is contained in:
jackchenyang
2024-06-24 17:41:45 +08:00
parent 1be4905996
commit 91ca5b1b6b
15 changed files with 352 additions and 148 deletions
@@ -44,6 +44,9 @@ namespace Model.ViewModels
/// 试验方式
/// </summary>
public string TestType { get; set; }
/// <summary>
/// 审核人
/// </summary>
public string Auditer { get; set; }
}
}