修改长度

This commit is contained in:
2024-09-25 14:45:11 +08:00
parent cf9823c682
commit fe80604331
6 changed files with 58 additions and 7 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ public class DicomInstance : BaseFullAuditEntity, IEntitySeqId
public DateTime? InstanceTime { get; set; }
public int NumberOfFrames { get; set; }
[MaxLength]
[StringLength(1000)]
public string Path { get; set; } = null!;