修改前端暂未修改接口,接口报错
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-15 15:37:37 +08:00
parent a37a1a6b95
commit d7f380fc73
2 changed files with 8 additions and 1 deletions
@@ -220,7 +220,7 @@ namespace IRaCIS.Core.Application.Contracts
public int FailedFileCount { get; set; }
public string RecordPath { get; set; }
public string RecordPath { get; set; } = string.Empty;
public AddOrUpdateStudyDto Study { get; set; }