Compare commits

..

No commits in common. "19487acc64cf1a2fd8bb272670f6fa1178375de7" and "9b49dc41c89e654732fb7c8434df86954b24add5" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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