清理检查字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 13:49:37 +08:00
parent b90f5f2d85
commit 7fc2de5eb3
6 changed files with 11 additions and 49 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public class DicomStudy : BaseFullDeleteAuditEntity, IEntitySeqId
public string AcquisitionTime { get; set; } = null!;
[StringLength(512)]
[StringLength(500)]
public string BodyPartExamined { get; set; } = null!;
public string BodyPartForEdit { get; set; } = null!;