修改一版

Uat_Study
he 2022-05-27 15:19:08 +08:00
parent ebe9b1216f
commit d3ce19e9fa
1 changed files with 2 additions and 0 deletions

View File

@ -527,6 +527,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public bool IsCurrentUser { get; set; }
public bool? IsCheckExcelSend { get; set; }
public UserTypeEnum UserTypeEnum { get; set; }
}