添加字段
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-10-22 17:38:35 +08:00
parent f6be3186e7
commit 3765b390a6
7 changed files with 20881 additions and 5 deletions
@@ -14,9 +14,13 @@ public class ReadingNoneDicomMark : BaseAddAuditEntity
public Guid? StudyId { get; set; }
public Guid? NoneDicomFileId { get; set; }
[StringLength(1000)]
public string Path { get; set; }
[StringLength(1000)]
public string PicturePath { get; set; } = string.Empty;
[MaxLength]
public string MeasureData { get; set; } = string.Empty;