Compare commits

..

No commits in common. "74f896cf00925292a5d40efd4755d0939242bdd4" and "bf62ee92dd17e422593636253779961a53ec1753" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary> NoneDicomStudyView 列表视图模型 </summary>
public class NoneDicomStudyView : NoneDicomStudyAddOrEdit
{
public DateTime CreatTime { get; set; }
public DateTime UpdateTime { get; set; }
public string CodeView { get; set; }

View File

@ -389,9 +389,6 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public DateTime? StudyTime { get; set; }
public DateTime? UploadedTime { get; set; }
public DateTime UpdateTime { get; set; }
public string BodyPartExamined { get; set; } = String.Empty;
public string BodyPartForEdit { get; set; } = String.Empty;