This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -26,5 +26,10 @@ namespace Model
/// 项目ID(权限过滤)
/// </summary>
public string ProjectId { get; set; }
/// <summary>
/// 受检单位Id
/// </summary>
public string CheckUnitId { get; set; }
}
}