外部人员管理端查看培训记录

This commit is contained in:
2026-01-16 16:50:48 +08:00
parent e9c6d123d3
commit 6dce301ff7
3 changed files with 17 additions and 4 deletions
@@ -92,6 +92,10 @@ namespace IRaCIS.Core.Application.Contracts
public class UnionDocumentWithConfirmInfoView : UnionDocumentView
{
public DocUserSignType SysDocUserSignType { get; set; }
public bool IsConfirmIdentityUserInner { get; set; }
public Guid TrialId { get; set; }
public bool IsNeedSendEmial { get; set; }