整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -12,6 +12,7 @@ public class PreviousPDF : BaseAddAuditEntity
|
||||
#endregion
|
||||
public Guid SubjectVisitId { 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