影像配置数据库字段添加

This commit is contained in:
he
2025-02-27 11:16:53 +08:00
parent f471ce1535
commit bf9ce9b213
4 changed files with 52 additions and 0 deletions
+5
View File
@@ -43,6 +43,11 @@ public class DicomStudy : BaseFullDeleteAuditEntity, IEntitySeqId
public int Code { get; set; }
/// <summary>
/// 检查名称
/// </summary>
public string StudyName { get; set; } = string.Empty;
public string Description { get; set; } = null!;
public int InstanceCount { get; set; }