修改项目中心查询,文档查询
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-15 16:17:17 +08:00
parent f58ee6f63a
commit 6b807f419b
5 changed files with 13 additions and 5 deletions
@@ -220,8 +220,8 @@ namespace IRaCIS.Application.Contracts
public int? VisitCount { get; set; }
public int? SubjectCount { get; set; }
//public int? VisitCount { get; set; }
//public int? SubjectCount { get; set; }
}
@@ -265,6 +265,9 @@ namespace IRaCIS.Application.Contracts
public List<string> UserNameList { get; set; } = new List<string>();
public int? VisitCount { get; set; }
public int? SubjectCount { get; set; }
}