整理字段长度,迁移准备工作完毕
This commit is contained in:
@@ -13,6 +13,7 @@ public class ReadingClinicalDataPDF : BaseAddAuditEntity
|
||||
[Comment("阅片临床数据ID")]
|
||||
public Guid ReadingClinicalDataId { get; set; }
|
||||
|
||||
[StringLength(1000)]
|
||||
public string Path { get; set; } = string.Empty;
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
public int Size { get; set; } = 0;
|
||||
|
||||
Reference in New Issue
Block a user