影像配置数据库字段添加
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user