增加用户列表接口
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-09 16:45:52 +08:00
parent e84710c4aa
commit b95e97a5df
2 changed files with 11 additions and 1 deletions
@@ -18,10 +18,12 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? TrialSiteId { get; set; }
public string SubjectCode { get; set; } = string.Empty;
public string? SubjectCode { get; set; } = string.Empty;
public Guid? CreateUserId { get; set; }
public string? VisitName { get; set; }
public ImageBackApplyEnum? ApplyUserRole { get; set; }
public DateTime? ApplyBeginTime { get; set; }