修改长度
This commit is contained in:
@@ -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!;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user