增加真实名字

This commit is contained in:
2024-01-03 13:42:01 +08:00
parent 336b14a4ce
commit 9d2bb15ffd
2 changed files with 4 additions and 0 deletions
@@ -1382,6 +1382,8 @@ namespace IRaCIS.Core.Application.Contracts
public string SubmitUserName { get; set; } = String.Empty;
public string SubmitUserRealName { get; set; } = String.Empty;
public string CurrentActionUserName { get; set; } = String.Empty;
public string PreliminaryAuditUserName { get; set; } = String.Empty;