This commit is contained in:
2026-03-23 14:33:54 +08:00
parent 1454442fd8
commit 58f23e59d1
68 changed files with 5316 additions and 432 deletions
@@ -26,5 +26,10 @@ namespace Model
/// 项目ID(权限过滤)
/// </summary>
public string ProjectId { get; set; }
/// <summary>
/// 受检单位Id
/// </summary>
public string CheckUnitId { get; set; }
}
}