稽查记录管理修改-是否查看培训记录
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-13 16:01:21 +08:00
parent a85cc1236c
commit c7e29116dd
6 changed files with 20391 additions and 1 deletions
@@ -144,6 +144,8 @@ namespace IRaCIS.Core.Domain.Models
[Comment("稽查形式")]
public AuditType AuditType { get; set; }
public bool IsViewTrainingRecord { get; set; }
}