Compare commits

..

No commits in common. "4cdf94d29c1cc689fbc9a21104b0049e081a0ece" and "81cb833d5754365fe54850ba59d79df83b068d7e" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -1237,8 +1237,6 @@ namespace IRaCIS.Core.Application.Contracts
//最晚拍片日期
public DateTime? LatestScanDate { get; set; }
public string LatestScanDateStr => LatestScanDate?.ToString("yyyy-MM-dd");
//阅片完成时间
public DateTime? SignTime { get; set; }