整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -16,6 +16,8 @@ public class NoneDicomStudyFile : BaseAddAuditEntity
|
||||
public NoneDicomStudy OriginNoneDicomStudy { get; set; }
|
||||
#endregion
|
||||
public Guid NoneDicomStudyId { get; set; }
|
||||
|
||||
[StringLength(1000)]
|
||||
public string Path { get; set; } = string.Empty;
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user