上传bug

This commit is contained in:
2022-04-19 15:39:49 +08:00
parent bfc0fd4203
commit 65449a9868
11 changed files with 631 additions and 681 deletions
@@ -336,7 +336,7 @@ namespace IRaCIS.Core.Application.Contracts
public string FirstName { get; set; } = string.Empty;
public string LastName { get; set; } = string.Empty;
public DateTime StudyTime { get; set; }
public DateTime? StudyTime { get; set; }
}
public class StudyDTO